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/SCARY_GRIMOIRE.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/SCARY_GRIMOIRE.json')
-rw-r--r-- | items/SCARY_GRIMOIRE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/SCARY_GRIMOIRE.json b/items/SCARY_GRIMOIRE.json new file mode 100644 index 00000000..16f8fc76 --- /dev/null +++ b/items/SCARY_GRIMOIRE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Scary Grimoire", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8973d64-c0ac-3dd7-8492-99e4212e7536\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NTMzMjkyNjg0MiwKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFhMmYwNWM4YzBiYmUxNWQ2NDVhNTdmNzhjM2U3MGRhYmE3NzJmMjE1NzZhMjhkNzU3MmY0ZjRkMDQ3YjQ4MjIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§7Unlocks the Great Spook\",1:\"§7Enchantment in the Tyashoi\",2:\"§7Alchemist\u0027s shop.\",3:\"\",4:\"§7§7Obtained during the\",5:\"§7§5Alchemist §7experiments!\",6:\"\",7:\"§8Edition #???\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§5§lEPIC\"],Name:\"§5Scary Grimoire\"},ExtraAttributes:{year:2023,edition:-1,id:\"SCARY_GRIMOIRE\"}}", + "damage": 3, + "lore": [ + "§7§7Unlocks the Great Spook", + "§7Enchantment in the Tyashoi", + "§7Alchemist\u0027s shop.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "SCARY_GRIMOIRE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |