Skip to content

Commit

Permalink
Fix book not showing in JEI (Closes #103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Oct 2, 2024
1 parent 91f3b33 commit 2fd127c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-08-31T20:41:09.2534258 Patchouli Book Provider
// 1.21.1 2024-10-02T21:36:40.1384396 Patchouli Book Provider
32e348ff36c416065a34159ff6ff141da1db8d45 assets/forcecraft/patchouli_books/force_and_you/en_us/categories/infuser.json
e88d1941fc0b6d9e137df52d0a31db79d529ccd3 assets/forcecraft/patchouli_books/force_and_you/en_us/categories/tier_0.json
4f94f2846a491b0763ff728099aa598bf7cd558d assets/forcecraft/patchouli_books/force_and_you/en_us/categories/tier_1.json
Expand Down Expand Up @@ -51,4 +51,4 @@ e27adca39855b32a79ab5ab9cde517408a18c782 assets/forcecraft/patchouli_books/force
53325f2a0864e39c3ed722997c6950c222007deb assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_6/time.json
4c23814b7bfc7019dfde873fadb44bd8c95a5b28 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_7/light.json
5c1beb69c21660556c722cc84e10ba7023550d90 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_7/treasure.json
7330236de85e472e933394081596db0b86af0c4f data/forcecraft/patchouli_books/force_and_you/book.json
aae2a17fcd38b188336640ae773d63d6c319049a data/forcecraft/patchouli_books/force_and_you/book.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"advancements_tab": "forcecraft:root",
"book_texture": "forcecraft:textures/gui/book.png",
"creative_tab": "forcecraft",
"creative_tab": "forcecraft:tab",
"filler_texture": "forcecraft:textures/gui/page_filler.png",
"i18n": true,
"landing_text": "info.forcecraft.book.landing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected void addBooks(Consumer<BookBuilder> consumer, HolderLookup.Provider pr
BookBuilder bookBuilder = createBookBuilder("force_and_you", "item.forcecraft.book.name", "info.forcecraft.book.landing", provider)
.setSubtitle("info.forcecraft.book.subtitle")
.setAdvancementsTab("forcecraft:root")
.setCreativeTab("forcecraft")
.setCreativeTab("forcecraft:tab")
.setModel("forcecraft:force_and_you")
.setBookTexture("forcecraft:textures/gui/book.png")
.setShowProgress(false)
Expand Down

0 comments on commit 2fd127c

Please sign in to comment.