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.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.json')
-rw-r--r-- | items/THEORETICAL_HOE.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/THEORETICAL_HOE.json b/items/THEORETICAL_HOE.json new file mode 100644 index 00000000..85c00fff --- /dev/null +++ b/items/THEORETICAL_HOE.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:wooden_hoe", + "displayname": "§fMathematical Hoe Blueprint", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Can be adapted into 5\",1:\"§7specialized hoes with 3 tiers\",2:\"§7each.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON HOE\"],Name:\"§fMathematical Hoe Blueprint\"},ExtraAttributes:{id:\"THEORETICAL_HOE\"}}", + "damage": 0, + "lore": [ + "§7Can be adapted into 5", + "§7specialized hoes with 3 tiers", + "§7each.", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "internalname": "THEORETICAL_HOE", + "clickcommand": "", + "modver": "1.5-REL" +}
\ No newline at end of file |