Skip to content

Commit

Permalink
Fix broken NBT in phial entry while I'm at it
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotgiggle committed Nov 12, 2024
1 parent a3cade3 commit cafb573
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
}
]
Expand Down

0 comments on commit cafb573

Please sign in to comment.