Use static fuse in static way. cherry-pick from: 8cac9a9315

This commit is contained in:
drcrazy 2018-09-07 11:31:38 +01:00 committed by Modmuss50
parent f01d75404c
commit c56da8cf18
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
4 changed files with 38 additions and 32 deletions

View file

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