Possible fix for laser gun not showing up in creative tab

This commit is contained in:
Robert S 2014-05-31 00:41:08 -04:00
parent 69e939fec7
commit 03c4686f66

View file

@ -60,6 +60,7 @@ public class ItemMiningLaser extends ItemEnergyTool
{
super(id);
hasModes = true;
this.energyTiers = 1;
toolModes = new String[] { "laser.toolmode.remove", "laser.toolmode.smelt", "laser.toolmode.damage" };
}