diff options
author | apotato321 <ryrylin5@gmail.com> | 2020-11-17 14:34:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 14:34:12 -0800 |
commit | 549357a3a201a2a24bfab4406346ab2289248929 (patch) | |
tree | f0e223f259d634852a48fc8454d0fcf756f1dafa /items/THEORETICAL_HOE_WHEAT_2.json | |
parent | 21aed1acba081de6af108596c1c09376f69f3730 (diff) | |
parent | 27b5eb06a7f3926492ea83b2f59401ca7671b5f4 (diff) | |
download | NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.gz NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.bz2 NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.zip |
Merge pull request #3 from Moulberry/master
123123
Diffstat (limited to 'items/THEORETICAL_HOE_WHEAT_2.json')
-rw-r--r-- | items/THEORETICAL_HOE_WHEAT_2.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/items/THEORETICAL_HOE_WHEAT_2.json b/items/THEORETICAL_HOE_WHEAT_2.json new file mode 100644 index 00000000..986353a6 --- /dev/null +++ b/items/THEORETICAL_HOE_WHEAT_2.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aEuclid\u0027s Wheat Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% wheat\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7wheat\",9:\"\",10:\"§7§8Bonus wheat percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aEuclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_2\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+25% wheat", + "§7Gain §a+2% §7Farming Exp", + "", + "§7Counter: §e0 Wheat", + "", + "§6Logarithmic Counter", + "§7Harvest §a+16% §7wheat per", + "§7digits on the Counter, minus 4!", + "§fCounter bonus: §a0% §7wheat", + "", + "§7§8Bonus wheat percent increases", + "§8your Farmhand perk\u0027s chances", + "", + "§eReach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "recipe": { + "A1": "JACOBS_TICKET:16", + "A2": "ENCHANTED_HAY_BLOCK:64", + "A3": "JACOBS_TICKET:16", + "B1": "ENCHANTED_HAY_BLOCK:64", + "B2": "THEORETICAL_HOE_WHEAT_1:1", + "B3": "ENCHANTED_HAY_BLOCK:64", + "C1": "JACOBS_TICKET:16", + "C2": "ENCHANTED_HAY_BLOCK:64", + "C3": "JACOBS_TICKET:16" + }, + "internalname": "THEORETICAL_HOE_WHEAT_2", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] +}
\ No newline at end of file |