diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-17 13:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 13:09:53 +0200 |
commit | 6888a8389e7e479826ed00c686c6d63f6f0e29fa (patch) | |
tree | 5ff3f7ccac62f18e8c3e0ea363db2d9c323999ed /items/JUNGLE_PICKAXE.json | |
parent | f740e79fb4d4f695c05dc06ffc5a12ed592761f9 (diff) | |
download | NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.gz NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.bz2 NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.zip |
Description fixes (#987)
* Description fixes
https://canary.discord.com/channels/516977525906341928/1152464209829953607
2nd times the charm or something like that
* Another few fixes
* More fixes
* Forgot something
* Update MIDAS_JEWEL.json
Diffstat (limited to 'items/JUNGLE_PICKAXE.json')
-rw-r--r-- | items/JUNGLE_PICKAXE.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/JUNGLE_PICKAXE.json b/items/JUNGLE_PICKAXE.json index 4ab8779c..b7924d9c 100644 --- a/items/JUNGLE_PICKAXE.json +++ b/items/JUNGLE_PICKAXE.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:wooden_pickaxe", - "displayname": "§aJungle Pickaxe", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+440\",4:\"\",5:\"§9Efficiency V\",6:\"§7Grants §a+110 §6⸕ Mining\",7:\"§6Speed§7.\",8:\"\",9:\"§7Gives a chance to drop §aSludge\",10:\"§aJuice §7when mining in the\",11:\"§7§2Jungle §7of the §5Crystal\",12:\"§5Hollows§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aJungle Pickaxe\"},ExtraAttributes:{id:\"JUNGLE_PICKAXE\",enchantments:{efficiency:5}}}", + "displayname": "§f§f§aJungle Pickaxe", + "nbttag": "{ench:[0:{lvl:5s,id:32s}],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+330\",4:\"\",5:\"§9Efficiency V\",6:\"§7Increases how quickly your tool\",7:\"§7breaks blocks.\",8:\"\",9:\"§7Gives a chance to drop §aSludge\",10:\"§aJuice §7when mining in the\",11:\"§7§2Jungle §7of the §5Crystal\",12:\"§5Hollows§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §5Heart of the\",16:\"§5Mountain Tier 3§c.\",17:\"§a§lUNCOMMON PICKAXE\"],Name:\"§f§f§aJungle Pickaxe\"},ExtraAttributes:{id:\"JUNGLE_PICKAXE\",enchantments:{efficiency:5}}}", "damage": 0, "lore": [ "§8Breaking Power 5", "", "§7Damage: §c+50", - "§7Mining Speed: §a+440", + "§7Mining Speed: §a+330", "", "§9Efficiency V", - "§7Grants §a+110 §6⸕ Mining", - "§6Speed§7.", + "§7Increases how quickly your tool", + "§7breaks blocks.", "", "§7Gives a chance to drop §aSludge", "§aJuice §7when mining in the", @@ -19,6 +19,8 @@ "§5Hollows§7.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 3§c.", "§a§lUNCOMMON PICKAXE" ], "internalname": "JUNGLE_PICKAXE", |