Refactoring of tooltips

This commit is contained in:
drcrazy 2018-11-06 18:12:19 +03:00
parent 941629e790
commit 9f3a3eb026
4 changed files with 30 additions and 48 deletions

View file

@ -37,6 +37,7 @@ 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);