Started by
guest666
on
Topic category: Help with Minecraft modding (Java Edition)
Hello Mcreator Community. i am having troubles making a plant that will generate in the end dimension. i set it to generate at any Hight, in end biomes, and with the cave placement type. however it is not generating inside of the end. i would like to know how i can make it generate there. Thanks For Reading
First, I’d check to make sure your plant can be placed on endstone.
Secondly, if you want to sanity check that your plant can be placed manually, you can run “/place feature <mod_id>:<your plant’s or feature’s registry name>”.
Though, I myself have found it easier to world with a separate Feature element when working with plant generation. This allows more control and types of generation, and portions of the block code can be generated for you.