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/PURE_MITHRIL.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/PURE_MITHRIL.json')
-rw-r--r-- | items/PURE_MITHRIL.json | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/items/PURE_MITHRIL.json b/items/PURE_MITHRIL.json index 2fbc98da..1e918ab7 100644 --- a/items/PURE_MITHRIL.json +++ b/items/PURE_MITHRIL.json @@ -1,29 +1,34 @@ { "itemid": "minecraft:skull", "displayname": "§9Pure Mithril", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Mithraic §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7§8§oIt takes a few hours of\",7:\"§8§oforging to purify Mithril - the\",8:\"§8§oimpurities extract themselves\",9:\"§8§owhile the Mithril coalesces.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXVIII§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Mithraic §7reforge when\",4:\"§7combined with a pickaxe or drill§7.\",5:\"\",6:\"§7§8§oIt takes a few hours of forging to\",7:\"§8§opurify Mithril - the impurities extract\",8:\"§8§othemselves while the Mithril coalesces.\",9:\"\",10:\"§9Mithraic §7(§6Legendary§7):\",11:\"§7Mining Speed: §a+40\",12:\"\",13:\"§9Mithraic Bonus\",14:\"§7Grants a §a10% §7chance to gain §a1 §7extra\",15:\"§7§fMithril §7when mining Mithril Ore.\",16:\"\",17:\"§7Requires §aMining Skill Level XVIII§7!\",18:\"\",19:\"§9§lRARE REFORGE STONE\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"}}", "damage": 3, "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Mithraic §7reforge", - "§7when combined with a pickaxe§7.", + "§7Applies the §9Mithraic §7reforge when", + "§7combined with a pickaxe or drill§7.", "", - "§7§8§oIt takes a few hours of", - "§8§oforging to purify Mithril - the", - "§8§oimpurities extract themselves", - "§8§owhile the Mithril coalesces.", + "§7§8§oIt takes a few hours of forging to", + "§8§opurify Mithril - the impurities extract", + "§8§othemselves while the Mithril coalesces.", "", - "§7Requires §aMining Skill Level", - "§aXVIII§7!", + "§9Mithraic §7(§6Legendary§7):", + "§7Mining Speed: §a+40", + "", + "§9Mithraic Bonus", + "§7Grants a §a10% §7chance to gain §a1 §7extra", + "§7§fMithril §7when mining Mithril Ore.", + "", + "§7Requires §aMining Skill Level XVIII§7!", "", "§9§lRARE REFORGE STONE" ], "internalname": "PURE_MITHRIL", "crafttext": "Requires: HotM 3", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pure_Mithril", |