Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively.
This commit is contained in:
parent
016ea4675e
commit
45373ba847
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ public class GT_VolumetricFlask extends GT_Generic_Item implements IFluidContain
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@SideOnly(Side.CLIENT)
|
||||||
public void registerIcons(IIconRegister aIconRegister) {
|
public void registerIcons(IIconRegister aIconRegister) {
|
||||||
super.registerIcons(aIconRegister);
|
super.registerIcons(aIconRegister);
|
||||||
iconWindow = aIconRegister.registerIcon(RES_PATH_ITEM + "gt."+unlocalFlaskName+".window");
|
iconWindow = aIconRegister.registerIcon(RES_PATH_ITEM + "gt."+unlocalFlaskName+".window");
|
||||||
|
|
Loading…
Reference in a new issue