diff options
Diffstat (limited to 'src/Java/miscutil/core/item/general')
| -rw-r--r-- | src/Java/miscutil/core/item/general/RF2EU_Battery.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/core/item/general/RF2EU_Battery.java b/src/Java/miscutil/core/item/general/RF2EU_Battery.java index ae03ea5a06..9c024c27f4 100644 --- a/src/Java/miscutil/core/item/general/RF2EU_Battery.java +++ b/src/Java/miscutil/core/item/general/RF2EU_Battery.java @@ -40,7 +40,7 @@ public class RF2EU_Battery extends ItemEnergyContainer implements IElectricItem, GameRegistry.registerFuelHandler(this); //this.setMaxDamage(Integer.MAX_VALUE); //this.setDamage(UtilsItems.getSimpleStack(this), 0); - this.setCreativeTab(AddToCreativeTab.tabMisc); + this.setCreativeTab(AddToCreativeTab.tabMachines); this.setUnlocalizedName(unlocalizedName); this.setMaxStackSize(1); this.setTextureName(CORE.MODID + ":" + "itemIngot"); |
