Started by
WJB's Mods
on
Topic category: Help with Minecraft modding (Java Edition)
I am developing a mod which requires a lot of new structures, but I can't find any structure-creating software that works. The only one I can find is Cubical.xyz, but it's frustrating to use since it doesn't have a 2D layer-based interface, as is also the case with MCedit. The only one I can think of that uses a grid-based system is Minecraft Structure Planner, which isn't available anymore. I'm also not trying to make pixel art, so a single-layer software won't do.
I hope someone can help with this. If there's nothing, then I will have to limit the mod.
You can make structures in Minecraft and use structure block to export it: https://minecraft.gamepedia.com/Structure_Block
But I want them as .sch files so I can import them into MCreator.
You can import nbt structures in MCreator, it even supports direct importing of structures made with structure block inside test Minecraft client.
Ok. How do I do it?
You can also use MCEdit if you want. With MCEDIT, you are not limited by size of your structure(s).
Ok, maybe I should give it a try.
Thanks!