diff options
author | Zynoxi <50266656+Zynoxi@users.noreply.github.com> | 2021-05-27 18:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 12:02:59 -0400 |
commit | 0ae66c3a7b7f50f408d7f1b337442d601484dc85 (patch) | |
tree | 0c2a9721da3873852fff9f4a8d3aa3b938008381 /items/FUNGI_CUTTER.json | |
parent | 26cc82da04e921d9bbbeab2feb008de63c5dfdfe (diff) | |
download | NotEnoughUpdates-REPO-0ae66c3a7b7f50f408d7f1b337442d601484dc85.tar.gz NotEnoughUpdates-REPO-0ae66c3a7b7f50f408d7f1b337442d601484dc85.tar.bz2 NotEnoughUpdates-REPO-0ae66c3a7b7f50f408d7f1b337442d601484dc85.zip |
Change Fungi Cutter (#501)
* Update Revenant Horror
* Revert "Update Revenant Horror"
This reverts commit 65498aad1666874b5c9c5711b51a642bb7fcdda6.
* Change Fungi Cutter
Fungi Cutter is a hoe
* Fix Typo in Rev Miniboss
Diffstat (limited to 'items/FUNGI_CUTTER.json')
-rw-r--r-- | items/FUNGI_CUTTER.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/FUNGI_CUTTER.json b/items/FUNGI_CUTTER.json index 97c1d6f2..c9b98c65 100644 --- a/items/FUNGI_CUTTER.json +++ b/items/FUNGI_CUTTER.json @@ -1,27 +1,27 @@ { - "itemid": "minecraft:golden_axe", + "itemid": "minecraft:golden_hoe", "displayname": "§9Fungi Cutter", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gain +30% mushroom drops when\",1:\"§7harvesting the type of mushrooms\",2:\"§7for your mode.\",3:\" \",4:\"§6Item Ability: Fun Guy Bonus §e§lRIGHT CLICK\",5:\"§8Toggles On/Off on use\",6:\"§7Switches between red and brown\",7:\"§7mushroom cutting modes.\",8:\" \",9:\"§eCurrent Mode: §cbrown mushrooms\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE AXE!\"],Name:\"§9Fungi Cutter\"},ExtraAttributes:{id:\"FUNGI_CUTTER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gain +30% mushroom drops when\",1:\"§7harvesting the type of mushrooms\",2:\"§7for your mode.\",3:\" \",4:\"§6Item Ability: Fun Guy Bonus §e§lRIGHT CLICK\",5:\"§8Toggles On/Off on use\",6:\"§7Switches between red and brown\",7:\"§7mushroom cutting modes.\",8:\" \",9:\"§eCurrent Mode: §cbrown mushrooms\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HOE!\"],Name:\"§9Fungi Cutter\"},ExtraAttributes:{id:\"FUNGI_CUTTER\"}}", "damage": 0, "lore": [ - "§7Gain +30% mushroom drops when", - "§7harvesting the type of mushrooms", - "§7for your mode.", - " ", "§6Item Ability: Fun Guy Bonus §e§lRIGHT CLICK", "§8Toggles On/Off on use", "§7Switches between red and brown", "§7mushroom cutting modes.", " ", "§eCurrent Mode: §cbrown mushrooms", + " ", + "§7Gain +30% mushroom drops when", + "§7harvesting the type of mushrooms", + "§7for your mode.", "", "§7§8This item can be reforged!", - "§9§lRARE AXE!" + "§9§lRARE HOE!" ], "internalname": "FUNGI_CUTTER", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fungi_Cutter" |