Started by
0bscureLight
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a custom grass and i would like to know if there is some way to not make grass die and make grass grow under opaque blocks.
As for now my procedure is so: https://i.imgur.com/dodSCkf.png, and there are still a lot of blocks to lists, but i think it will just cause lag.
Thanks.
Edited by 0bscureLight on Fri, 01/29/2021 - 17:42
Every tick, make sure the block can see the sky. maybe that will work.
I did try using light levels, but even a block like a wall that isn't full still has a block light level of 0 and world light level of 0 where it is.