From ee608f9cdcf1d3e2f365fe97a11cec3acc5a8a12 Mon Sep 17 00:00:00 2001 From: lothrazar Date: Tue, 26 Nov 2024 08:44:23 -0800 Subject: [PATCH] fix patchouli book creative_tab id #2449 --- gradle.properties | 2 +- .../data/cyclic/patchouli_books/cyclic_guide_book/book.json | 2 +- update.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5c5951041c..823b817f92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # as needed run/server.properties : online-mode=false -mod_version=1.11.1 +mod_version=1.11.2 curse_id=239286 diff --git a/src/main/resources/data/cyclic/patchouli_books/cyclic_guide_book/book.json b/src/main/resources/data/cyclic/patchouli_books/cyclic_guide_book/book.json index 668bdedaca..6c8032f64e 100644 --- a/src/main/resources/data/cyclic/patchouli_books/cyclic_guide_book/book.json +++ b/src/main/resources/data/cyclic/patchouli_books/cyclic_guide_book/book.json @@ -5,6 +5,6 @@ "custom_book_item":"cyclic:guide_book", "book_texture":"patchouli:textures/gui/book_purple.png", "i18n": true, - "creative_tab": "cyclicitems", + "creative_tab": "cyclic:cyclicitems", "show_progress": false } \ No newline at end of file diff --git a/update.json b/update.json index f8c65884ed..eb8b76c2a1 100644 --- a/update.json +++ b/update.json @@ -176,5 +176,6 @@ ,"1.11.1":"Fixed some visual glitches" + ,"1.11.2":"Fix patchouli Guidebook doesn't show in JEI (and creative tab)" } }