From cafb5730900c91e39ac9ebe8f24d323782a919a4 Mon Sep 17 00:00:00 2001 From: Robotgiggle Date: Tue, 12 Nov 2024 03:17:09 -0500 Subject: [PATCH] Fix broken NBT in phial entry while I'm at it --- .../thehexbook/en_us/entries/items/phials.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/phials.json b/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/phials.json index f0100e8432..0f930d1ec8 100644 --- a/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/phials.json +++ b/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/phials.json @@ -1,7 +1,7 @@ { "name": "hexcasting.entry.phials", "category": "hexcasting:items", - "icon": "hexcasting:battery{media:10000,max_media:10000}", + "icon": "hexcasting:battery", "sortnum": 7, "advancement": "hexcasting:root", "read_by_default": true, @@ -21,7 +21,7 @@ { "type": "patchouli:spotlight", "text": "hexcasting.page.phials.desc", - "item": "hexcasting:battery{media:10000,max_media:10000}", + "item": "hexcasting:battery{\"hexcasting:media\":640000,\"hexcasting:start_media\":640000}", "link_recipe": true } ]