diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/REFINED_MITHRIL_PICKAXE.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/REFINED_MITHRIL_PICKAXE.json')
-rw-r--r-- | items/REFINED_MITHRIL_PICKAXE.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/items/REFINED_MITHRIL_PICKAXE.json b/items/REFINED_MITHRIL_PICKAXE.json index e2bcec08..53d45902 100644 --- a/items/REFINED_MITHRIL_PICKAXE.json +++ b/items/REFINED_MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_pickaxe", "displayname": "§f§f§9Refined Mithril Pickaxe", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+300\",4:\"\",5:\"§7Gain §a+10% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+50 §6⸕ Mining Speed\",9:\"§6§7when mining Mithril Ore§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 3§c.\",14:\"§9§lRARE PICKAXE\"],Name:\"§f§f§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+300\",4:\"\",5:\"§7Gain §a+10% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+50 §6⸕ Mining Speed\",9:\"§6§7when mining Mithril Ore§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 3§c.\",13:\"§9§lRARE PICKAXE\"],Name:\"§f§f§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"}}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -16,8 +16,7 @@ "§6§7when mining Mithril Ore§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §5Heart of the", - "§5Mountain Tier 3§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 3§c.", "§9§lRARE PICKAXE" ], "internalname": "REFINED_MITHRIL_PICKAXE", |