Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively.

This commit is contained in:
Alkalus 2020-05-27 12:21:42 +01:00
parent 016ea4675e
commit 45373ba847

View file

@ -122,6 +122,7 @@ public class GT_VolumetricFlask extends GT_Generic_Item implements IFluidContain
}
@Override
@SideOnly(Side.CLIENT)
public void registerIcons(IIconRegister aIconRegister) {
super.registerIcons(aIconRegister);
iconWindow = aIconRegister.registerIcon(RES_PATH_ITEM + "gt."+unlocalFlaskName+".window");