IPlantable seeds
Opened this issue ยท 3 comments
Is it possible for seeds to implement Iplantable? Other mods require interface for compatibility,
I'll implement with next update.
However, EnumPlantType does not have appropriate parameters for water lily or seaweed. It probably will not work properly.
It implemented at defeatedcrow/HeatAndClimateLib@2ab4741
It was implemented in ClimateCropBase.class and ClimateDoubleCropBase.class which is the base class of many crops.