We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d8e8b commit ff071adCopy full SHA for ff071ad
src/main/java/me/flame/menus/items/MenuItem.java
@@ -36,7 +36,7 @@ public final class MenuItem {
36
private @Nullable Consumer<InventoryClickEvent> clickAction;
37
38
public void setItemStack(ItemStack itemStack) {
39
- this.itemStack = ItemNbt.setString(itemStack, "mf-gui", uuid.toString());;
+ this.itemStack = ItemNbt.setString(itemStack, "woody-menu", uuid.toString());;
40
41
}
42
0 commit comments