diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-16 16:59:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 10:59:18 -0400 |
commit | e4ea96706772f3c4e13bc0104b15b93df1758fef (patch) | |
tree | 95a160d040272f4488edde7dd6431e4ed8916820 /items/BULKY_STONE.json | |
parent | c54bb1f4a0fd2bc96255cccb13ed04787da06978 (diff) | |
download | NotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.tar.gz NotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.tar.bz2 NotEnoughUpdates-REPO-e4ea96706772f3c4e13bc0104b15b93df1758fef.zip |
Small Things (#492)
Diffstat (limited to 'items/BULKY_STONE.json')
-rw-r--r-- | items/BULKY_STONE.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/items/BULKY_STONE.json b/items/BULKY_STONE.json index 1cfcd0be..d2ef9889 100644 --- a/items/BULKY_STONE.json +++ b/items/BULKY_STONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Bulky Stone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c50f3eab-34c3-3db0-9dda-3302fbe65cbe\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBiODdhN2UyODU1NzUxZjI5NTAxODA4ODNjZmJjZGQ4NjI5OGVlNGY3YmRlMDliMmY3MzE1NDYyZTg4YzBlZiJ9fX0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Bulky §7reforge\",5:\"§7to a melee weapon.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Bulky Stone\"},ExtraAttributes:{id:\"BULKY_STONE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c50f3eab-34c3-3db0-9dda-3302fbe65cbe\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBiODdhN2UyODU1NzUxZjI5NTAxODA4ODNjZmJjZGQ4NjI5OGVlNGY3YmRlMDliMmY3MzE1NDYyZTg4YzBlZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Bulky §7reforge\",5:\"§7to a melee weapon.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Bulky Stone\"},ExtraAttributes:{id:\"BULKY_STONE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bulky_Stone" + ] }
\ No newline at end of file |