Remove some old stuff

This commit is contained in:
modmuss50 2018-07-20 21:55:29 +01:00
parent 7b630f576f
commit f78abb1a21
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
7 changed files with 3 additions and 152 deletions

View file

@ -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)];
}