AloeVeraTallBlock, AloeVeraBlock, BarrelCactusBlock, and PassionVineBlock have an inaccessible crop age field (Mod Compat)
HyDefier opened this issue ยท 1 comments
Atmospheric currently uses an IntegerProperty for AGE that cannot be symbolically accessed by other mods. You can inherit CropBlock and make AGE accesible in getAgeProperty() so other mods can access your crops' age in their code.