Started by
Captain_Shitpost
on
Topic category: Help with Minecraft modding (Java Edition)
So i am making mod about dungeons and artifacts, and i ran into a problem - my build is to big for the structure block to comrpehand. is there any way to save my whole structure?
You save it as multiple structures, then generate the individual parts with procedures.
Maybe with WorldEdit as Schematic
So i tried to generate individual parts with procedures, but...
Tried to load a block entity for block Block{minecraft:air} but failed at location BlockPos{x=254, y=65, z=-209}
Tried to load a DUMMY block entity @ BlockPos{x=255, y=65, z=-209} but found not block entity block Block{minecraft:air} at location
i don't realy get it
No, more along the lines of "When structure generated > Place schematic *blah blah blah* at X+/- ? Y+/- ? Z+/- ?."
So, the whole code looks like this:
https://pastebin.com/WrJkuTHt
You attached run log, this is neither code nor procedure setup