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/DEDICATION;1.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'items/DEDICATION;1.json') diff --git a/items/DEDICATION;1.json b/items/DEDICATION;1.json index 6b22e63c..951cd2dc 100644 --- a/items/DEDICATION;1.json +++ b/items/DEDICATION;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication I\",1:\"§7Grants §60.5☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-III: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\",19:\"\",20:\"§7Cost\",21:\"§c250 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;1\",enchantments:{dedication:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication I\",1:\"§7Grants §60.5☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-III: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;1\",enchantments:{dedication:1}}}", "damage": 0, "lore": [ "§9Dedication I", @@ -22,10 +22,7 @@ "§7 - §fHoe", "§7 - §fAxe", "", - "§f§lCOMMON", - "", - "§7Cost", - "§c250 Copper" + "§f§lCOMMON" ], "internalname": "DEDICATION;1", "crafttext": "", -- cgit