updated minestom version, breaking some behaviour
This commit is contained in:
@ -60,7 +60,7 @@ public class InteractableInventory extends Inventory {
|
||||
|
||||
protected void setDummyItem(Material material, int slot) {
|
||||
this.setDummyItem(
|
||||
ItemStack.builder(material).displayName(Component.text("")).build(),
|
||||
ItemStack.builder(material).customName(Component.text("")).build(),
|
||||
slot
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user