Incorrect Assumption being made in MulchBlock
KingLemming opened this issue ยท 5 comments
Describe the bug:
Lines 99-100 in MulchBlock (Forge, 1.18.2) are making an incorrect assumption that any CropBlock has the default AGE property and also the default maximum age. There are getters for BOTH of these - please use them.
Failing to use them results in a hard server crash if any crop has overridden them.
Its not that we dont know how to fix it, its just a hassle to re-open all the old code and upload a new jar to curseforge and modrinth.
I can try to find a bunch of 1.18 bugs to fix all at once and hopefully get it out within a week or two, till then quarantine your mulch.
this was fixed in a newer version of the mod for 1.19, we dont have the time or ability to support 1.18 anymore
It's a 2-line fix. Do you need me to PR it? Because it'll take like 5 minutes.