EpicBosses/plugin-modules/Core/resources-json/items.json
AMinecraftDev 37ab20b142 3.0.0-SNAPSHOT-U8
Implemented EntityType handling and EntityTypeMechanic
2018-06-02 22:59:29 +08:00

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"
}
}