diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-03 06:03:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 06:03:27 +1000 |
commit | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (patch) | |
tree | 00baab2a701125a4f9ad8a676a8e2477d9fe70c9 /items/DRAGON_HORN.json | |
parent | 228ec7960d0319d8018c24ee14a92ea235c5e68c (diff) | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.gz NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.bz2 NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.zip |
Merge pull request #278 from IRONM00N/master
Some New Items And Fixes
Diffstat (limited to 'items/DRAGON_HORN.json')
-rw-r--r-- | items/DRAGON_HORN.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/DRAGON_HORN.json b/items/DRAGON_HORN.json index db081774..bb743678 100644 --- a/items/DRAGON_HORN.json +++ b/items/DRAGON_HORN.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_HORN", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§5Dragon Horn", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"124d9c84-c120-3724-afe6-124ac2cf26aa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc0NGM4MTA5OWMxYWViZjIwZjY3N2ZhZWQyNGNhY2U1MjBhMjk0Y2Y0NmJkZWI2YTI1N2Y0MzZhMzIzYTFkOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Renowned\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Dragon Horn\"},ExtraAttributes:{id:\"DRAGON_HORN\"}}", - "modver": "1.0.0", + "modver": "1.3-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXXV§7!", "", "§5§lEPIC REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Horn" ] }
\ No newline at end of file |