GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
254 stars 176 forks source link

Add Missing Side Only Annotations #2579

Closed IntegerLimit closed 3 months ago

IntegerLimit commented 3 months ago

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