This PR adds missing SideOnly annotations to an overrided function of RecipeProperty and an overrided function of MetaTileEntity. This fixes GroovyScript Server crashes when calling classes which have this method not annotated as SideOnly (Such as MetaTileEntityDiode, or TemperatureProperty)
What
This PR adds missing SideOnly annotations to an overrided function of RecipeProperty and an overrided function of MetaTileEntity. This fixes GroovyScript Server crashes when calling classes which have this method not annotated as SideOnly (Such as MetaTileEntityDiode, or TemperatureProperty)
Implementation Details
None
Outcome
Fixes GrS Servers and Missing Annotations
Additional Information
None
Potential Compatibility Issues
None