Mappings update
This commit is contained in:
parent
3400f42962
commit
708ccc758a
82 changed files with 236 additions and 236 deletions
|
@ -83,7 +83,7 @@ public class ItemLapotronPack extends ItemArmor implements IEnergyItemInfo {
|
|||
@SideOnly(Side.CLIENT)
|
||||
public void getSubItems(Item item,
|
||||
CreativeTabs par2CreativeTabs, NonNullList itemList) {
|
||||
if(!func_194125_a(par2CreativeTabs)){
|
||||
if(!isInCreativeTab(par2CreativeTabs)){
|
||||
return;
|
||||
}
|
||||
ItemStack uncharged = new ItemStack(ModItems.LAPOTRONIC_ORB_PACK);
|
||||
|
|
|
@ -101,7 +101,7 @@ public class ItemLithiumBatpack extends ItemArmor implements IEnergyItemInfo {
|
|||
@Override
|
||||
public void getSubItems(
|
||||
CreativeTabs par2CreativeTabs, NonNullList itemList) {
|
||||
if(!func_194125_a(par2CreativeTabs)){
|
||||
if(!isInCreativeTab(par2CreativeTabs)){
|
||||
return;
|
||||
}
|
||||
ItemStack uncharged = new ItemStack(ModItems.LITHIUM_BATTERY_PACK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue