I made a map in Java edition with lots of command blocks. Is it playable in Badrock? I guess no right? I know commands in Java and Bedrock are a little different. Is there a way I can make it playable in Bedrock?
2
It wouldn't be a 1 to 1 conversion. But here are a few steps you could follow:
1) Convert your map from Java format to Bedrock using Chunker - https://chunker.app/
2) Load it up in bedrock, you can do this by zipping it up and renaming the file to .mcworld or .mctemplate
3) You can try use the command blocks, but you're right a lot of the commands are different, so you'll probably have to relearn a lot of bits. Mojang have a tonne of bedrock guides though at https://learn.microsoft.com/en-us/minecraft/creator/?view=minecraft-bedrock-stable
3.5) An alternative way would be to look at Behaviour packs and scripting. They're similar in concept to java Datapacks.
Good luck with the conversion! Can't wait to see what you make :D
1) Convert your map from Java format to Bedrock using Chunker - https://chunker.app/
2) Load it up in bedrock, you can do this by zipping it up and renaming the file to .mcworld or .mctemplate
3) You can try use the command blocks, but you're right a lot of the commands are different, so you'll probably have to relearn a lot of bits. Mojang have a tonne of bedrock guides though at https://learn.microsoft.com/en-us/minecraft/creator/?view=minecraft-bedrock-stable
3.5) An alternative way would be to look at Behaviour packs and scripting. They're similar in concept to java Datapacks.
Good luck with the conversion! Can't wait to see what you make :D
Thanks a lot!
