From 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:29:45 +0100 Subject: 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 --- items/ADVANCED_GARDENING_HOE.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/ADVANCED_GARDENING_HOE.json (limited to 'items/ADVANCED_GARDENING_HOE.json') diff --git a/items/ADVANCED_GARDENING_HOE.json b/items/ADVANCED_GARDENING_HOE.json new file mode 100644 index 00000000..b51dd9cb --- /dev/null +++ b/items/ADVANCED_GARDENING_HOE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§9Advanced Gardening Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE HOE\",4:\"\",5:\"§7Cost\",6:\"§c25 Copper\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\"}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+10", + "", + "§7§8This item can be reforged!", + "§9§lRARE HOE", + "", + "§7Cost", + "§c25 Copper" + ], + "internalname": "ADVANCED_GARDENING_HOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit