diff options
Diffstat (limited to 'items/ENCHANTED_BONE_MEAL.json')
-rw-r--r-- | items/ENCHANTED_BONE_MEAL.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 |