From 77137f9cccd38dbcb53b7556e879c56127f96b6c Mon Sep 17 00:00:00 2001 From: Auroali Date: Tue, 25 Jun 2024 15:08:40 -0300 Subject: [PATCH] Fixed the Hex Notebook not appearing in the creative tab --- .../data/hexcasting/patchouli_books/thehexbook/book.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/book.json b/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/book.json index fec05cd261..146a1d2642 100644 --- a/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/book.json +++ b/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/book.json @@ -4,7 +4,7 @@ "version": 1, "show_progress": false, "nameplate_color": "00072b", - "creative_tab": "hexcasting", + "creative_tab": "hexcasting:hexcasting", "model": "hexcasting:patchouli_book", "book_texture": "hexcasting:textures/gui/patchi_book.png", "filler_texture": "hexcasting:textures/gui/patchi_filler.png",