Grass boundary box

Started by Scooperino on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Grass boundary box

I made a new grass type in using the grass option in plants but the boundary box is still that of a flower. Anyway i can change it in the code or something? 

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
only way I know, and this is…
Thu, 08/13/2020 - 06:38

only way I know, and this is how I do it, make a duplicate of the grass but as a block, make the real grass have an update tick that switches it to the new block version, and in the block version change around the bounding box dimension and bam, you're done.