Started by
Pintus_Vision
on
Topic category: Help with Minecraft modding (Java Edition)
I created a biome for the nether and tried to put some trees in it. It didn't work, so I gave up. So I created a tree structure (and others) and using the biome feature, I put them in the nether biome I created but it still didn't work!
Can anyone tell me what I'm doing wrong or what I'm forgetting?
Seleziona per attivare
idk why i can't put images but here's the written
UNDERGROUND DECORATION
nether wasteland (custom biome)
(no conditional additions)
Feature configured with positioning
Characteristic forest rock with block
With a 1 in 3 chance
Repeat Constant integer: 3 times
With random XZ inside the chunk
On the Non-air block height map (worldgen)
Edited by Pintus_Vision on Wed, 08/27/2025 - 10:22
Can you send a screenshot of your feature element?
No Mcreator won't let me put it on, but i write the procedure and the generation fase.
I want to see this,
Of your feature
Yes ok I understood... Here is the image
https://drive.google.com/file/d/18QqS89xiNy0RXJjQ0cGMRhzNPfXx64yi/view?…
Can you share it with a link that doesn't require logging in? Like uploading it to imgur
https://imgur.com/a/NmGAIHm That's it
On heightmap non-air blocking (worldgen)
means the feature will be placed at the heighest block in the world. Since your features are being placed in the nether, that'd be on the roof.A solution to this would be just checking if the block below the feature is a valid spawn,
And I should remove On heightmap non-air blocking (worldgen)?
yeah
Okay, thank u. and sorry for the image in Italian 😅
Tf Is this emoji?
That's fine, I was able to figure the blocks out, did you manage to get them spawning?
I haven't tried it yet, I don't have my computer handy but I'll get back to you when I do.