diff options
Diffstat (limited to 'items/SUPER_EGG.json')
-rw-r--r-- | items/SUPER_EGG.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/SUPER_EGG.json b/items/SUPER_EGG.json new file mode 100644 index 00000000..75b775cd --- /dev/null +++ b/items/SUPER_EGG.json @@ -0,0 +1,17 @@ +{ + "internalname": "SUPER_EGG", + "itemid": "minecraft:spawn_egg", + "displayname": "Super Enchanted Egg", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Used to craft epic and\",1:\"§7legendary pets.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Super Enchanted Egg\"},ExtraAttributes:{id:\"SUPER_EGG\"}}", + "modver": "1.0.0", + "lore": [ + "§7§7Used to craft epic and", + "§7legendary pets.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ] +}
\ No newline at end of file |