Use static fuse in static way. cherry-pick from: 8cac9a9315
This commit is contained in:
parent
f01d75404c
commit
c56da8cf18
4 changed files with 38 additions and 32 deletions
|
@ -37,7 +37,6 @@ public class ContainerDestructoPack extends RebornContainer {
|
|||
private EntityPlayer player;
|
||||
private Inventory inv;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public ContainerDestructoPack(EntityPlayer player) {
|
||||
this.player = player;
|
||||
inv = new Inventory(1, "destructopack", 64, null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue