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/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/MITHRIL_PICKAXE.json')
-rw-r--r-- | items/MITHRIL_PICKAXE.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index 05506c36..24097ace 100644 --- a/items/MITHRIL_PICKAXE.json +++ b/items/MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_pickaxe", "displayname": "§aMithril Pickaxe", - "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Gain §a+5% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+20 §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 2§c.\",14:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Gain §a+5% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+20 §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 2§c.\",13:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "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 2§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 2§c.", "§a§lUNCOMMON PICKAXE" ], "internalname": "MITHRIL_PICKAXE", |