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/DIVAN_DRILL.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/DIVAN_DRILL.json') diff --git a/items/DIVAN_DRILL.json b/items/DIVAN_DRILL.json index 9eb3e98d..d8d2612a 100644 --- a/items/DIVAN_DRILL.json +++ b/items/DIVAN_DRILL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§dDivan\u0027s Drill", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to a §2Drill\",21:\"§2Mechanic§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 7§c.\",28:\"§d§lMYTHIC DRILL\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to a §2Drill\",21:\"§2Mechanic§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 7§c.\",27:\"§d§lMYTHIC DRILL\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 10", @@ -30,8 +30,7 @@ "§7Fuel: §23,000§8/3k", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §5Heart of the", - "§5Mountain Tier 7§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 7§c.", "§d§lMYTHIC DRILL" ], "internalname": "DIVAN_DRILL", -- cgit