Remove some old stuff
This commit is contained in:
parent
7b630f576f
commit
f78abb1a21
7 changed files with 3 additions and 152 deletions
|
@ -159,12 +159,6 @@ public class ItemUpgrades extends ItemTR implements IUpgrade {
|
|||
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@SideOnly(Side.CLIENT)
|
||||
public BuiltContainer getContainer(EntityPlayer player) {
|
||||
return new ContainerBuilder("sides").create();
|
||||
}
|
||||
|
||||
public EnumFacing getFacing(ItemStack stack) {
|
||||
return EnumFacing.VALUES[ItemNBTHelper.getInt(stack, "side", 0)];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue