Skip to content

Commit ff071ad

Browse files
NBT issue haha
Used different NBT tags for each whatever would've caused many issues
1 parent 35d8e8b commit ff071ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/flame/menus/items/MenuItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class MenuItem {
3636
private @Nullable Consumer<InventoryClickEvent> clickAction;
3737

3838
public void setItemStack(ItemStack itemStack) {
39-
this.itemStack = ItemNbt.setString(itemStack, "mf-gui", uuid.toString());;
39+
this.itemStack = ItemNbt.setString(itemStack, "woody-menu", uuid.toString());;
4040

4141
}
4242

0 commit comments

Comments
 (0)