Topic category: Help with Minecraft modding (Java Edition)
Ok so!
I was trying to add custom trees to my biome, as I wanted to spice things up a bit with this new update to MCreator, however I'm still having issues :l Basically, I can import a .nbt file just fine and load the structure but, just look...
Am I the only one that this is happening to or is there a solution to this? Not only are trees cutting into the terrain, they're also cutting into each other, making things look very broken.
I'm using the "Custom Tree" setting when making the biome, and no, I will not change the tree, I really would prefer to use the ones I created because it looks so much better. Is there a line of code I could add or delete in the biome's .java that makes air stop spawning in with the trees, or are there no solutions as of now?
This is happening to me as well! I don’t know how to fix though T-T.
you need to use structure void blocks where you want air blocks.
i recomend you use world edit to place them, here is the world edit command:
//replace air structure_void
So adding structure void blocks should fix the problem and stop air from spawning? Definitely will try that, thank you!!
Hey Bebist! Sorry if I'm bothering, but I was wondering if you could help me a bit more? You're the only one I've seen so far that's had success with custom trees q.q
I've tried what you said to do but now none of the trees are showing up, and the landscape seems more broken than usual.
Did you change anything in biome java when using custom blocks or keep it as is (also did you import them as .nbt structures or schematics)? Adding on to the question did you have any tutorials you followed and could link me to? Thanks ahead of time for the help!!
Worked perfectly for me.