Suppressed warning for old upgrade slots
This commit is contained in:
parent
5d38337caa
commit
79c66e2349
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ public class TileAssemblingMachine extends TilePowerAcceptor
|
||||||
return index == 2;
|
return index == 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
@Override
|
@Override
|
||||||
public BuiltContainer createContainer(final EntityPlayer player) {
|
public BuiltContainer createContainer(final EntityPlayer player) {
|
||||||
return new ContainerBuilder("assemblingmachine").player(player.inventory).inventory(8, 84).hotbar(8, 142)
|
return new ContainerBuilder("assemblingmachine").player(player.inventory).inventory(8, 84).hotbar(8, 142)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue