diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 02:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:39:44 -0400 |
commit | f96b9092419d9fd473ae628605a48c48dec98dfb (patch) | |
tree | 5d1ed07956c25d62f22a57a91b65e3f454587bee /items/FUNGI_CUTTER.json | |
parent | 1f41028eda3e91bd88426c8defe5137dd1a0eb9c (diff) | |
download | NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.gz NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.bz2 NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.zip |
YEP - Fixing Hypixels Stupid Shit (#594)
* YEP
* Fixing Smarty Pants Enchant
* Fixing other Hypixel Shit
Diffstat (limited to 'items/FUNGI_CUTTER.json')
-rw-r--r-- | items/FUNGI_CUTTER.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/FUNGI_CUTTER.json b/items/FUNGI_CUTTER.json index c9b98c65..87691fba 100644 --- a/items/FUNGI_CUTTER.json +++ b/items/FUNGI_CUTTER.json @@ -1,10 +1,10 @@ { "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 HOE!\"],Name:\"§9Fungi Cutter\"},ExtraAttributes:{id:\"FUNGI_CUTTER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§6Ability: Fun Guy Bonus §e§lRIGHT CLICK\",1:\"§8Toggles On/Off on use\",2:\"§7Switches between red and brown\",3:\"§7mushroom cutting modes.\",4:\" \",5:\"§eCurrent Mode: §cbrown mushrooms\",6:\" \",7:\"§7Gain +30% mushroom drops when\",8:\"§7harvesting the type of mushrooms\",9:\"§7for your mode.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HOE\"],Name:\"§9Fungi Cutter\"},ExtraAttributes:{id:\"FUNGI_CUTTER\"}}", "damage": 0, "lore": [ - "§6Item Ability: Fun Guy Bonus §e§lRIGHT CLICK", + "§6Ability: Fun Guy Bonus §e§lRIGHT CLICK", "§8Toggles On/Off on use", "§7Switches between red and brown", "§7mushroom cutting modes.", @@ -16,7 +16,7 @@ "§7for your mode.", "", "§7§8This item can be reforged!", - "§9§lRARE HOE!" + "§9§lRARE HOE" ], "internalname": "FUNGI_CUTTER", "crafttext": "", |