Plant generates on block other that grass/dirt

Started by Ante19 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Plant generates on block other that grass/dirt
Tue, 10/29/2024 - 20:07 (edited)

Does anybody know how to make that my plant can generate on vanilla block other than dirt and grass, like for example Crimson Nylium or on myown custom block?

Edited by Ante19 on Tue, 10/29/2024 - 20:07
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just make a custom tag and…
Tue, 10/29/2024 - 20:47

Just make a custom tag and add all blocks you want it to spawn on into the tag. Then set placement condition to if block at x y-1 z is in tagged blocks (custom tag).

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh thank you very much. But…
Wed, 10/30/2024 - 14:54

Oh thank you very much. But do it works to with placing the plant?

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What i need to put under the…
Wed, 10/30/2024 - 19:16

What i need to put under the if block?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Thu, 10/31/2024 - 15:39

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the "advanced" tab (I…
Thu, 10/31/2024 - 15:58

in the "advanced" tab (I think that's what it's called) you can select what blocks you want your plant to generate on. you can also select which biomes the plant can generate in inside the tab "generation". alternatively, you can stop if from generating through that tab and do the thing in the advanced tab but make a feature to generate a tall grass patch but replace tall grass with your block and then  add a "only if [] would survive at this position" conditional placement block in the conditions for placement bit, then select what biomes you want it to be placed in.

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you.
Fri, 11/01/2024 - 07:54

Thank you.