diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-15 09:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 09:29:45 +0100 |
commit | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (patch) | |
tree | 3787dbd8e19e900d9f1d0ad360b221347b62a3ee /items/BASIC_GARDENING_HOE.json | |
parent | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (diff) | |
download | NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.gz NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.bz2 NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.zip |
New stuff from garden update (#853)
* New stuff from garden update
* Fixed some items
* Fixed nbt
* Added new items
* Fixed things idk
* Fixed lores
* Added reqs
* Added sunder and missing dicer
* Added reqs, new items and fixed some
* +1 soul
* Added island
Diffstat (limited to 'items/BASIC_GARDENING_HOE.json')
-rw-r--r-- | items/BASIC_GARDENING_HOE.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/BASIC_GARDENING_HOE.json b/items/BASIC_GARDENING_HOE.json new file mode 100644 index 00000000..a9bdfa52 --- /dev/null +++ b/items/BASIC_GARDENING_HOE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aBasic Gardening Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+5\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON HOE\",4:\"\",5:\"§7Cost\",6:\"§c5 Copper\"],Name:\"§aBasic Gardening Hoe\"},ExtraAttributes:{id:\"BASIC_GARDENING_HOE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+5", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE", + "", + "§7Cost", + "§c5 Copper" + ], + "internalname": "BASIC_GARDENING_HOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |