diff options
Diffstat (limited to 'items/LM_EGG_BOOTS.json')
-rw-r--r-- | items/LM_EGG_BOOTS.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/LM_EGG_BOOTS.json b/items/LM_EGG_BOOTS.json new file mode 100644 index 00000000..9d1e4c90 --- /dev/null +++ b/items/LM_EGG_BOOTS.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Living Metal Bootspawn", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Spawn §e§lRIGHT CLICK\",1:\"§7Spawns a living metal autoarmor\",2:\"§7which can be assimilated into\",3:\"§7your own armor.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Living Metal Bootspawn\"},ExtraAttributes:{id:\"LM_EGG_BOOTS\"}}", + "damage": 58, + "lore": [ + "§6Ability: Spawn §e§lRIGHT CLICK", + "§7Spawns a living metal autoarmor", + "§7which can be assimilated into", + "§7your own armor.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "LIVING_METAL:1", + "B2": "", + "B3": "LIVING_METAL:1", + "C1": "LIVING_METAL:1", + "C2": "", + "C3": "LIVING_METAL:1" + }, + "internalname": "LM_EGG_BOOTS", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Living_Metal_Bootspawn" + ] +}
\ No newline at end of file |