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;1.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;1.json')
-rw-r--r-- | items/GREAT_SPOOK;1.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/GREAT_SPOOK;1.json b/items/GREAT_SPOOK;1.json new file mode 100644 index 00000000..502cf2a5 --- /dev/null +++ b/items/GREAT_SPOOK;1.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Great Spook I\",1:\"§7§7Grants §a+1 §5Fear §7on\",2:\"§7§5Great Spook Armor§7.\",3:\"\",4:\"§7Applicable on: §9Armor\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{year:2023,id:\"GREAT_SPOOK;1\",enchantments:{great_spook:1}}}", + "damage": 0, + "lore": [ + "§9Great Spook I", + "§7§7Grants §a+1 §5Fear §7on", + "§7§5Great Spook Armor§7.", + "", + "§7Applicable on: §9Armor", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "GREAT_SPOOK;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |