From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ENCHANTED_BONE_MEAL.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 items/ENCHANTED_BONE_MEAL.json (limited to 'items/ENCHANTED_BONE_MEAL.json') diff --git a/items/ENCHANTED_BONE_MEAL.json b/items/ENCHANTED_BONE_MEAL.json new file mode 100644 index 00000000..a4f9f1fe --- /dev/null +++ b/items/ENCHANTED_BONE_MEAL.json @@ -0,0 +1,15 @@ +{ + "internalname": "ENCHANTED_BONE_MEAL", + "itemid": "minecraft:dye", + "displayname": "Enchanted Bone Meal", + "clickcommand": "", + "damage": 15, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Instantly grows crops and\",1:\"§7saplings.\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fEnchanted Bone Meal\"},ExtraAttributes:{id:\"ENCHANTED_BONE_MEAL\"}}", + "modver": "1.0.0", + "lore": [ + "§7Instantly grows crops and", + "§7saplings.", + "", + "§f§lCOMMON" + ] +} \ No newline at end of file -- cgit