Closed MrHell228 closed 5 months ago
Saplings should still implement the Keys.GROWTH_STAGE
. While the underlying property is STAGE
, its still used for growth unlike where for bamboo its used to to limit growth.
Makes sense, done
Oh I think I did wrong thing by making new commit instead of using "commit suggestion" button and now I can't press it.
I removed Keys.GROWTH_STAGE from saplings because it used
STAGE
property instead ofAGE
properties. And those 2 has to be differed because there isBambooStalkBlock
that use bothSTAGE
andAGE
properties. So I think it would be better to keep only age-related blocks in this key.