mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-03 00:29:33 +01:00
9b268cc89e
+ Fixed issue with removing potion from skill not saving + Started implementing AutoSpawns
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"Section1": {
|
|
"location": "world,0,150,0",
|
|
"entities": [
|
|
"SkeletonKing"
|
|
],
|
|
"settings": {
|
|
"spawnWhenChunkIsntLoaded": false,
|
|
"maxAliveAtOnce": 1,
|
|
"amountPerSpawn": 1,
|
|
"placeholder": "{custombosses_1}"
|
|
}
|
|
}
|
|
} |