Started by
marsipan
on
Topic category: Help with Minecraft modding (Java Edition)
I made 2 different structures for the trees I want to make, but the wrong structure spawns when I grow the sapling. I made sure that the correct structure is set to spawn in the procedure so I'm not sure what's going wrong. I also tried putting the structure name in manually in the source code (I thought there might be a problem with the block procedure) but that didn't work either. >< Any help is rly appreciated!! :))
Maybe you named them wrong them. Try re-exporting the structures
I tried that and it still didn't work :(
I checked the names and they are correct, I re-imported the structures and as soon as I imported the second structure it stopped spawning the first one. Could there be something wrong in the actual Javascript? Like something you can't see in the block code?