From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/MITHRIL_DRILL_2.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/MITHRIL_DRILL_2.json') diff --git a/items/MITHRIL_DRILL_2.json b/items/MITHRIL_DRILL_2.json index becbae31..b739a0e6 100644 --- a/items/MITHRIL_DRILL_2.json +++ b/items/MITHRIL_DRILL_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Mithril Drill SX-R326", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Gain §a+20% §2Mithril Powder\",6:\"§7when using this Drill!\",7:\"\",8:\"§7Fuel Tank: §cNot Installed\",9:\"§7§7Increases fuel capacity with\",10:\"§7part installed.\",11:\"\",12:\"§7Drill Engine: §cNot Installed\",13:\"§7§7Increases §6⸕ Mining Speed\",14:\"§6§7with part installed.\",15:\"\",16:\"§7Upgrade Module: §cNot Installed\",17:\"§7§7Applies a passive upgrade with\",18:\"§7part installed.\",19:\"\",20:\"§7Apply Drill Parts to this Drill\",21:\"§7by talking to a §2Drill\",22:\"§2Mechanic§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 4§c.\",29:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Gain §a+20% §2Mithril Powder\",6:\"§7when using this Drill!\",7:\"\",8:\"§7Fuel Tank: §cNot Installed\",9:\"§7§7Increases fuel capacity with\",10:\"§7part installed.\",11:\"\",12:\"§7Drill Engine: §cNot Installed\",13:\"§7§7Increases §6⸕ Mining Speed\",14:\"§6§7with part installed.\",15:\"\",16:\"§7Upgrade Module: §cNot Installed\",17:\"§7§7Applies a passive upgrade with\",18:\"§7part installed.\",19:\"\",20:\"§7Apply Drill Parts to this Drill\",21:\"§7by talking to a §2Drill\",22:\"§2Mechanic§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 4§c.\",28:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 6", @@ -31,8 +31,7 @@ "§7Fuel: §23,000§8/3k", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §5Heart of the", - "§5Mountain Tier 4§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 4§c.", "§9§lRARE DRILL" ], "internalname": "MITHRIL_DRILL_2", -- cgit