Refactoring of tooltips
This commit is contained in:
parent
941629e790
commit
9f3a3eb026
4 changed files with 30 additions and 48 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue