From 27d06bae300c769d16bbca464f064cc5eb590936 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:49:01 +0100 Subject: Added Skymart NPC and sack content (#1068) * Removed Copper and Gems from lore * Added new sacks content * Added skymart npc and 2 custom items --- items/ADVANCED_GARDENING_HOE.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'items/ADVANCED_GARDENING_HOE.json') diff --git a/items/ADVANCED_GARDENING_HOE.json b/items/ADVANCED_GARDENING_HOE.json index bf173013..8de18183 100644 --- a/items/ADVANCED_GARDENING_HOE.json +++ b/items/ADVANCED_GARDENING_HOE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Advanced Gardening Hoe", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§9Replenish I\",3:\"§7Upon breaking crops, nether\",4:\"§7wart, or cocoa, automatically\",5:\"§7replant from materials in your\",6:\"§7inventory.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aGarden Level 6§c.\",10:\"§9§lRARE HOE\",11:\"\",12:\"§7Cost\",13:\"§c25 Copper\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\",enchantments:{replenish:1}}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§9Replenish I\",3:\"§7Upon breaking crops, nether\",4:\"§7wart, or cocoa, automatically\",5:\"§7replant from materials in your\",6:\"§7inventory.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aGarden Level 6§c.\",10:\"§9§lRARE HOE\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\",enchantments:{replenish:1}}}", "damage": 0, "lore": [ "§7Farming Fortune: §a+10", @@ -14,10 +14,7 @@ "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aGarden Level 6§c.", - "§9§lRARE HOE", - "", - "§7Cost", - "§c25 Copper" + "§9§lRARE HOE" ], "internalname": "ADVANCED_GARDENING_HOE", "crafttext": "", -- cgit