Help With Grass Spreading

Started by MCDragon on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help With Grass Spreading

I'm trying to make grass blocks which are not a grass block, and I have the grass spreading procedure working but there are two issues with the procedure. My first issue is that the procedure works really fast, and I would like it to have the same tick rate that vanilla grass spreading does, and my second issue is that when the block is replaced with the grass variant it resets its rotation when its not supposed to.

 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add to your block item the…
Fri, 12/03/2021 - 10:09

Add to your block item the correct rotation field

Randomize with a smaller % like <= 0.0001

 

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are you using automatic…
Sun, 11/26/2023 - 06:20

Are you using automatic ticking?