Make Plants Generate In The End

Started by guest666 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make Plants Generate In The End

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

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First, I’d check to make…
Fri, 02/20/2026 - 00:51

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.