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/GEMSTONE_DRILL_1.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/GEMSTONE_DRILL_1.json')
-rw-r--r-- | items/GEMSTONE_DRILL_1.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/items/GEMSTONE_DRILL_1.json b/items/GEMSTONE_DRILL_1.json index 6c34c939..d6ecf657 100644 --- a/items/GEMSTONE_DRILL_1.json +++ b/items/GEMSTONE_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Ruby Drill TX-15", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+150\",4:\"\",5:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",6:\"§7Gives §a+60§7 §dGemstone §6☘ Mining Fortune\",7:\"\",8:\"§7Gain §a+5% §dGemstone Powder\",9:\"§7when using this Drill!\",10:\"\",11:\"§7Fuel Tank: §cNot Installed\",12:\"§7§7Increases fuel capacity with\",13:\"§7part installed.\",14:\"\",15:\"§7Drill Engine: §cNot Installed\",16:\"§7§7Increases §6⸕ Mining Speed\",17:\"§6§7with part installed.\",18:\"\",19:\"§7Upgrade Module: §cNot Installed\",20:\"§7§7Applies a passive upgrade with\",21:\"§7part installed.\",22:\"\",23:\"§7Apply Drill Parts to this Drill\",24:\"§7by talking to a §2Drill\",25:\"§2Mechanic§7!\",26:\"\",27:\"§7Fuel: §23,000§8/3k\",28:\"\",29:\"§7§8This item can be reforged!\",30:\"§7§4❣ §cRequires §5Heart of the\",31:\"§5Mountain Tier 3§c.\",32:\"§9§lRARE DRILL\"],Name:\"§9Ruby Drill TX-15\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+150\",4:\"\",5:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",6:\"§7Gives §a+60§7 §dGemstone §6☘ Mining Fortune\",7:\"\",8:\"§7Gain §a+5% §dGemstone Powder\",9:\"§7when using this Drill!\",10:\"\",11:\"§7Fuel Tank: §cNot Installed\",12:\"§7§7Increases fuel capacity with\",13:\"§7part installed.\",14:\"\",15:\"§7Drill Engine: §cNot Installed\",16:\"§7§7Increases §6⸕ Mining Speed\",17:\"§6§7with part installed.\",18:\"\",19:\"§7Upgrade Module: §cNot Installed\",20:\"§7§7Applies a passive upgrade with\",21:\"§7part installed.\",22:\"\",23:\"§7Apply Drill Parts to this Drill\",24:\"§7by talking to a §2Drill\",25:\"§2Mechanic§7!\",26:\"\",27:\"§7Fuel: §23,000§8/3k\",28:\"\",29:\"§7§8This item can be reforged!\",30:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 3§c.\",31:\"§9§lRARE DRILL\"],Name:\"§9Ruby Drill TX-15\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 7", @@ -34,8 +34,7 @@ "§7Fuel: §23,000§8/3k", "", "§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 DRILL" ], "internalname": "GEMSTONE_DRILL_1", |