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/GREAT_SPOOK_POTION.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/GREAT_SPOOK_POTION.json')
-rw-r--r-- | items/GREAT_SPOOK_POTION.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/GREAT_SPOOK_POTION.json b/items/GREAT_SPOOK_POTION.json new file mode 100644 index 00000000..7e9d7e93 --- /dev/null +++ b/items/GREAT_SPOOK_POTION.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fGreat Spook Potion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"778b43d3-68ec-36da-9fe3-6f5244ee867a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1NDE3Mjc0NTU2MSwKICAicHJvZmlsZUlkIiA6ICI0NGNlMmMwZTFjNTM0ZDhmYmExNmNkNDhlYjkyYTUxZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WGlyYW56dThYeCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NWZkMzBjNjA5NjRmMWQxNjU0MTdmZmRiMGI4NjU0ODgxMjZhYmU0ODA3N2U4YjI5ZjIzNzhhZTIwMmRhZjVlIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Consuming this potion grants\",1:\"§7§a+3 §5Fear §7for §b24 hours§7.\",2:\"\",3:\"§8§l* §8Soulbound §8§l*\",4:\"§f§lCOMMON\"],Name:\"§fGreat Spook Potion\"},ExtraAttributes:{id:\"GREAT_SPOOK_POTION\"}}", + "damage": 3, + "lore": [ + "§7§7Consuming this potion grants", + "§7§a+3 §5Fear §7for §b24 hours§7.", + "", + "§8§l* §8Soulbound §8§l*", + "§f§lCOMMON" + ], + "internalname": "GREAT_SPOOK_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |