mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-03 00:29:33 +01:00
37ab20b142
Implemented EntityType handling and EntityTypeMechanic
34 lines
768 B
JSON
34 lines
768 B
JSON
{
|
|
"SKSpawnItem": {
|
|
"type": "383",
|
|
"durability": "51",
|
|
"name": "&6&lSkeleton King Boss Spawn Egg",
|
|
"lore": [
|
|
"&7Right click a block to spawn",
|
|
"&7the boss as that location."
|
|
]
|
|
},
|
|
"SKHelmet": {
|
|
"type": "gold_helmet",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKChestplate": {
|
|
"type": "gold_chestplate",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKLeggings": {
|
|
"type": "gold_leggings",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKBoots": {
|
|
"type": "diamond_boots",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKMainHand": {
|
|
"type": "diamond_sword",
|
|
"enchants": [ "sharpness:4", "unbreaking:3" ]
|
|
},
|
|
"SKOffHand": {
|
|
"type": "shield"
|
|
}
|
|
} |