Started by
Hood
on
Topic category: Help with Minecraft modding (Java Edition)
I am currently creating a mod for Forge 1.19.4 And when I attempt to make a dimension And add a custom biome, no trees or features load. Ive tried many things. Does anyone have any idea to help me?
On top of this, Vanilla biomes work normally all trees and features load. So I don't know what to do
Hello!
I'm going to need a bit more information to help you, like, have you created a custom dirt/grass block for your dimension/biomes?
Yes I Did, does this effect the creation of custom features?
Is there any more information that you need?
If you created custom grass/dirt, you need to do two things.
First, go in advanced properties for the blocks and turn on "can plants sustain on this block"
Secondly, you need to create a tag, it's registry name will be 'dirt', tag namespace 'forge' and type 'blocks'
Then right under, add the grass/dirt block(s) and save it.
Hope this helps!
Thank you, This worked!
Glad to hear that! Have a nice day :)