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?