diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-25 14:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 14:47:42 +0100 |
commit | e17d43aab28388331b3443a0fc4528284f4390b9 (patch) | |
tree | ae18c3a6760c1127966ec8ed8ee9a6f4f34cedcd /items/COCO_CHOPPER.json | |
parent | 10fff6c9c7f7e38222bd85328c0f3b7216163dce (diff) | |
download | NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.tar.gz NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.tar.bz2 NotEnoughUpdates-REPO-e17d43aab28388331b3443a0fc4528284f4390b9.zip |
Fixed Books and added new Skin (#659)
Diffstat (limited to 'items/COCO_CHOPPER.json')
-rw-r--r-- | items/COCO_CHOPPER.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/COCO_CHOPPER.json b/items/COCO_CHOPPER.json index 1ac189ac..5834478d 100644 --- a/items/COCO_CHOPPER.json +++ b/items/COCO_CHOPPER.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:golden_axe", "displayname": "§5Coco Chopper", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases cocoa bean drops by\",1:\"§7§e20%\",2:\"§7Cannot break trees.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases Cocoa Bean drops by\",1:\"§7§a20% §7but cannot break logs.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}", "damage": 0, "lore": [ - "§7Increases cocoa bean drops by", - "§7§e20%", - "§7Cannot break trees.", + "§7Increases Cocoa Bean drops by", + "§7§a20% §7but cannot break logs.", "", "§7§8This item can be reforged!", "§5§lEPIC AXE" @@ -14,9 +13,9 @@ "internalname": "COCO_CHOPPER", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Coco_Chopper" ] -} +}
\ No newline at end of file |