Possible fix for laser gun not showing up in creative tab
This commit is contained in:
parent
69e939fec7
commit
03c4686f66
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class ItemMiningLaser extends ItemEnergyTool
|
||||||
{
|
{
|
||||||
super(id);
|
super(id);
|
||||||
hasModes = true;
|
hasModes = true;
|
||||||
|
this.energyTiers = 1;
|
||||||
toolModes = new String[] { "laser.toolmode.remove", "laser.toolmode.smelt", "laser.toolmode.damage" };
|
toolModes = new String[] { "laser.toolmode.remove", "laser.toolmode.smelt", "laser.toolmode.damage" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue