Merge pull request #1566 from Blood-Asp/FlaskFix
Fixed missing annotation. Prevents crashing Server Side if class is accessed reflectively.
This commit is contained in:
commit
77a3c956e5
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue