diff options
author | jani270 <jani270@gmx.de> | 2023-06-21 21:53:33 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-21 21:53:33 +0200 |
commit | 4cbfbf3ad3eb8181b704b8f52a90ee4539568f94 (patch) | |
tree | 6f096b5788ce964af3729cdc1f939bb02a154e44 /items/FARMING_WAND.json | |
parent | 6b3941f8ea121e9bee52a9f1a1372925138ae9ca (diff) | |
download | NotEnoughUpdates-REPO-4cbfbf3ad3eb8181b704b8f52a90ee4539568f94.tar.gz NotEnoughUpdates-REPO-4cbfbf3ad3eb8181b704b8f52a90ee4539568f94.tar.bz2 NotEnoughUpdates-REPO-4cbfbf3ad3eb8181b704b8f52a90ee4539568f94.zip |
Missing Fixed guardian 5
Diffstat (limited to 'items/FARMING_WAND.json')
-rw-r--r-- | items/FARMING_WAND.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/FARMING_WAND.json b/items/FARMING_WAND.json new file mode 100644 index 00000000..b643abab --- /dev/null +++ b/items/FARMING_WAND.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:golden_hoe", + "displayname": "§9Wand of Farming", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to farm the peculiar\",1:\"§7crops from the rift while held.\",2:\"\",3:\"§9§lRARE WAND\"],Name:\"§9Wand of Farming\"},ExtraAttributes:{id:\"FARMING_WAND\"}}", + "damage": 0, + "lore": [ + "§7Allows you to farm the peculiar", + "§7crops from the rift while held.", + "", + "§9§lRARE WAND" + ], + "internalname": "FARMING_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |