BlockCorn not using Forge growth hooks, breaking some mod compatibility
Stormwind99 opened this issue ยท 2 comments
https://minecraft.curseforge.com/projects/simple-corn/issues/16
From Forstride:
"The corn block itself doesn't seem to be using Forge hooks for the growth event, meaning other mods can't cancel it if needed. We're adding seasonal crop support to our mod, Serene Seasons, and I actually used Simple Corn as a basic test for mod support, but it doesn't work properly without the Forge hooks (So corn will still grow naturally in Winter for example, which shouldn't happen)
See line 85 in BlockCrops if you need to know how it's done."
Fixed in #19