diff options
author | Eejit <76887639+Eejit43@users.noreply.github.com> | 2021-09-11 15:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:16:58 -0400 |
commit | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (patch) | |
tree | c903b46c0962d15494f24c9f4b95f2a8d99ec8d2 /items/HUNTER_RING.json | |
parent | 50fa5f2187e7cfed3664556bdde9509a7cdc203f (diff) | |
download | NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.gz NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.bz2 NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.zip |
A couple of minor fixes (#612)
* A couple of minor fixes
Hunter Ring recipe was changed, Squid Boots stats were modified
* Whoops forgot to remove uuids and timestamps
* I left a stray comma... whoops!
* Updating Salmon Armor (New) stats
* Updating starred Last Breath crit damage
* Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor)
* Updating Melody's Hair name
* Removed reforge
* Tooltip fixes (extra lines)
* Updating Pioneer Pickaxe
* Updating lore of special Weaponsmith items
* Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond)
Diffstat (limited to 'items/HUNTER_RING.json')
-rw-r--r-- | items/HUNTER_RING.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/items/HUNTER_RING.json b/items/HUNTER_RING.json index 8e28aa08..81dcfc3e 100644 --- a/items/HUNTER_RING.json +++ b/items/HUNTER_RING.json @@ -1,16 +1,14 @@ { - "internalname": "HUNTER_RING", "itemid": "minecraft:skull", "displayname": "§9Hunter Ring", - "clickcommand": "viewrecipe", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5eac7b84-83f3-30d4-9c4c-2fa242f0ac1d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk2MDc1Mzc1MTUsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVjNTc3ZTdkMzFlNWUwNGMyY2U3MWUxM2UzOTYyMTkyZDgwYmQ1NGI1NWVmYWFjYWFlYTEyOTY2ZmUyN2JmOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Gain §b+5% §7Combat XP from\",1:\"§7monster kills.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§7§4☠ §cRequires §5Wolf Slayer 7.\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Hunter Ring\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"HUNTER_RING\"},AttributeModifiers:[]}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5eac7b84-83f3-30d4-9c4c-2fa242f0ac1d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk2MDc1Mzc1MTUsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVjNTc3ZTdkMzFlNWUwNGMyY2U3MWUxM2UzOTYyMTkyZDgwYmQ1NGI1NWVmYWFjYWFlYTEyOTY2ZmUyN2JmOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Gain §b+5% §7Combat XP from\",1:\"§7monster kills.\",2:\"\",3:\"§7§4☠ §cRequires §5Wolf Slayer 7\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Hunter Ring\"},ExtraAttributes:{modifier:\"itchy\",id:\"HUNTER_RING\"}}", - "modver": "1.0.0", "lore": [ "§7Gain §b+5% §7Combat XP from", "§7monster kills.", "", - "§7§4☠ §cRequires §5Wolf Slayer 7", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Wolf Slayer 7.", "§9§lRARE ACCESSORY" ], "recipe": { @@ -21,13 +19,16 @@ "B2": "GRIZZLY_BAIT:1", "B3": "GOLDEN_TOOTH:32", "C1": "GOLDEN_TOOTH:32", - "C2": "GOLDEN_TOOTH:32", + "C2": "HUNTER_TALISMAN:1", "C3": "GOLDEN_TOOTH:32" }, "slayer_req": "WOLF_7", + "internalname": "HUNTER_RING", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hunter_Ring" - ], - "crafttext": "" -} + ] +}
\ No newline at end of file |