Block that behaves like a Grass Block

Started by notskyes1 on

Topic category: Feature requests and ideas for MCreator

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block that behaves like a Grass Block

Regarding the plant element, it would be interesting to have a button where you could set whether the block should behave like minecraft:grass_block, i.e. expand, behaving like a normal grass block in Minecraft.

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could do that with…
Wed, 08/20/2025 - 21:21

you could do that with random tick update and if get block at x + 1 do an if random check to set it to yourmodsgrassblock then repeat that process