diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/REFINED_AMBER.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/REFINED_AMBER.json')
-rw-r--r-- | items/REFINED_AMBER.json | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/items/REFINED_AMBER.json b/items/REFINED_AMBER.json index 50065769..356201d8 100644 --- a/items/REFINED_AMBER.json +++ b/items/REFINED_AMBER.json @@ -1,24 +1,33 @@ { "itemid": "minecraft:skull", "displayname": "§5Refined Amber", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0ef07f4f-363a-3849-a0d8-07cad14d7bcd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmU3NzVmZjFkYWE0NmI3YzJiZWFiNTYzMTI5ZDM0NjQ0YzVkNWY5MTg2YmIxM2M1MTZhNWUwNWYwY2Q0ZTQ1MSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Refined §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7Requires §aMining Skill Level\",7:\"§aXXV§7!\",8:\"\",9:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Refined Amber\"},ExtraAttributes:{id:\"REFINED_AMBER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0ef07f4f-363a-3849-a0d8-07cad14d7bcd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmU3NzVmZjFkYWE0NmI3YzJiZWFiNTYzMTI5ZDM0NjQ0YzVkNWY5MTg2YmIxM2M1MTZhNWUwNWYwY2Q0ZTQ1MSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Refined §7reforge when\",4:\"§7combined with a pickaxe or drill§7.\",5:\"\",6:\"§9Refined §7(§6Legendary§7):\",7:\"§7Defense: §a+16\",8:\"§7Mining Wisdom: §a+5\",9:\"\",10:\"§9Refined Bonus\",11:\"§7Grants §3+5☯ Mining Wisdom§7.\",12:\"§7Gain a §a0.1% §7chance to drop an\",13:\"§7enchanted item for ores that you\",14:\"§7mine.\",15:\"\",16:\"§7Requires §aMining Skill Level XXV§7!\",17:\"\",18:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Refined Amber\"},ExtraAttributes:{id:\"REFINED_AMBER\"}}", "damage": 3, "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Refined §7reforge", - "§7when combined with a pickaxe§7.", + "§7Applies the §9Refined §7reforge when", + "§7combined with a pickaxe or drill§7.", "", - "§7Requires §aMining Skill Level", - "§aXXV§7!", + "§9Refined §7(§6Legendary§7):", + "§7Defense: §a+16", + "§7Mining Wisdom: §a+5", + "", + "§9Refined Bonus", + "§7Grants §3+5☯ Mining Wisdom§7.", + "§7Gain a §a0.1% §7chance to drop an", + "§7enchanted item for ores that you", + "§7mine.", + "", + "§7Requires §aMining Skill Level XXV§7!", "", "§5§lEPIC REFORGE STONE" ], "internalname": "REFINED_AMBER", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Amber", |