diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-07 18:54:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-07 18:54:19 -0500 |
commit | d0148357f30f174660d87b0f742c29c436b87b46 (patch) | |
tree | 9c76aee7c1f5f379e4f05156bd846e15fd68f699 /items/THEORETICAL_HOE_POTATO_3.json | |
parent | 10b2aee1bbb3aac11fd6bee5fc145f204bb6058c (diff) | |
download | NotEnoughUpdates-REPO-d0148357f30f174660d87b0f742c29c436b87b46.tar.gz NotEnoughUpdates-REPO-d0148357f30f174660d87b0f742c29c436b87b46.tar.bz2 NotEnoughUpdates-REPO-d0148357f30f174660d87b0f742c29c436b87b46.zip |
Some Cosmetics and a Few Farming Items
No WIKI URLS yet for the farming items (don't exist yet)
Diffstat (limited to 'items/THEORETICAL_HOE_POTATO_3.json')
-rw-r--r-- | items/THEORETICAL_HOE_POTATO_3.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/items/THEORETICAL_HOE_POTATO_3.json b/items/THEORETICAL_HOE_POTATO_3.json new file mode 100644 index 00000000..93a4f7dc --- /dev/null +++ b/items/THEORETICAL_HOE_POTATO_3.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Pythagorean Potato Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% potato\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7potato\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7potato per digits\",12:\"§7of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7potato\",14:\"\",15:\"§7§8Bonus potato percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Pythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_3\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+50% potato", + "§7Gain §a+3% §7Farming Exp", + "", + "§7Counter: §e0 Potatoes", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7potato per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7potato", + "", + "§6Collection Analysis", + "§7Harvest §a+8% §7potato per digits", + "§7of your collection, minus 4!", + "§fCollection bonus: §a+16% §7potato", + "", + "§7§8Bonus potato percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:64", + "A2": "ENCHANTED_BAKED_POTATO:64", + "A3": "JACOBS_TICKET:64", + "B1": "ENCHANTED_BAKED_POTATO:64", + "B2": "THEORETICAL_HOE_POTATO_2:1", + "B3": "ENCHANTED_BAKED_POTATO:64", + "C1": "JACOBS_TICKET:64", + "C2": "ENCHANTED_BAKED_POTATO:64", + "C3": "JACOBS_TICKET:64" + }, + "internalname": "THEORETICAL_HOE_POTATO_3", + "clickcommand": "viewrecipe", + "modver": "1.5-REL" +}
\ No newline at end of file |