diff options
Diffstat (limited to 'items/ENCHANTED_EGG.json')
-rw-r--r-- | items/ENCHANTED_EGG.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/ENCHANTED_EGG.json b/items/ENCHANTED_EGG.json new file mode 100644 index 00000000..04f38082 --- /dev/null +++ b/items/ENCHANTED_EGG.json @@ -0,0 +1,21 @@ +{ + "internalname": "ENCHANTED_EGG", + "itemid": "minecraft:egg", + "displayname": "Enchanted Egg", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade for chicken\",2:\"§7minions. Guarantees that each\",3:\"§7chicken will drop an egg after\",4:\"§7they spawn.\",5:\"§7\",6:\"§7Can also be used to craft\",7:\"§7low-rarity pets.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Egg\"},ExtraAttributes:{id:\"ENCHANTED_EGG\"}}", + "modver": "1.0.0", + "lore": [ + "§7This item can be used as a", + "§7minion upgrade for chicken", + "§7minions. Guarantees that each", + "§7chicken will drop an egg after", + "§7they spawn.", + "§7", + "§7Can also be used to craft", + "§7low-rarity pets.", + "", + "§9§lRARE" + ] +}
\ No newline at end of file |