diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-27 09:24:27 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 09:24:27 +1100 |
commit | b28c70810a8b9a0e9ef3162335fe215b0ee30521 (patch) | |
tree | 74b205cf6b1820a4e500d3302daa1e3ac2612cd8 /items/WITHER_RELIC.json | |
parent | 9d3571a5eba4c30d1689a9b5065827ae4a334f4d (diff) | |
parent | 3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d (diff) | |
download | NotEnoughUpdates-REPO-b28c70810a8b9a0e9ef3162335fe215b0ee30521.tar.gz NotEnoughUpdates-REPO-b28c70810a8b9a0e9ef3162335fe215b0ee30521.tar.bz2 NotEnoughUpdates-REPO-b28c70810a8b9a0e9ef3162335fe215b0ee30521.zip |
Merge pull request #308 from IRONM00N/master
*Insert Creative Name Here*
Diffstat (limited to 'items/WITHER_RELIC.json')
-rw-r--r-- | items/WITHER_RELIC.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/WITHER_RELIC.json b/items/WITHER_RELIC.json new file mode 100644 index 00000000..cede80de --- /dev/null +++ b/items/WITHER_RELIC.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Wither Relic", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"053530a3-abe3-3f0a-9ad2-6db3d92b9a68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Withers by §a25%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Wither Relic\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"WITHER_RELIC\",uuid:\"69b87c12-1b6e-4b94-8fb7-c5c02e3dc485\",timestamp:\"11/19/20 9:10 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Reduces the damage taken from", + "§7§7Withers by §a25%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON ACCESSORY" + ], + "internalname": "WITHER_RELIC", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.6-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wither_Relic" + ] +}
\ No newline at end of file |