diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-30 11:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 10:54:35 +0000 |
commit | e44f888caee6ce399141999daadc29e172a46925 (patch) | |
tree | b1dd555c4c1a44d962f5e8a6a3d5166fb63e5cfe /items/ALCHEMIST_RECIPE.json | |
parent | 76a7cc8a5babde147f4f0f67f8cec4b2996c539f (diff) | |
download | NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.tar.gz NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.tar.bz2 NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.zip |
Added pot and book from the great spook event (#1022)
Also fixed Silver fang lore
Diffstat (limited to 'items/ALCHEMIST_RECIPE.json')
-rw-r--r-- | items/ALCHEMIST_RECIPE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/ALCHEMIST_RECIPE.json b/items/ALCHEMIST_RECIPE.json new file mode 100644 index 00000000..1b7e1ac6 --- /dev/null +++ b/items/ALCHEMIST_RECIPE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§5Alchemist Recipe", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Unlocks the Great Spook Potion\",1:\"§7in the Tyashoi Alchemist\u0027s shop.\",2:\"\",3:\"§7§7Obtained during the\",4:\"§7§5Alchemist §7experiments!\",5:\"\",6:\"§8Edition #???\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§5§lEPIC\"],Name:\"§5Alchemist Recipe\"},ExtraAttributes:{year:2023,edition:466,id:\"ALCHEMIST_RECIPE\"}}", + "damage": 0, + "lore": [ + "§7§7Unlocks the Great Spook Potion", + "§7in the Tyashoi Alchemist\u0027s shop.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "ALCHEMIST_RECIPE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |