9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00

Spawn mobs

This commit is contained in:
Daniel Mills
2020-10-13 05:54:05 -04:00
parent 0138e7d8ef
commit 4ce278d2fd

View File

@@ -227,6 +227,32 @@
]
}
],
"entitySpawnOverrides": [
{
"cancelSourceSpawn": true,
"entity": "dan",
"rarity": 250,
"trigger": "CREEPER"
},
{
"cancelSourceSpawn": true,
"entity": "brian",
"rarity": 20,
"trigger": "WITCH"
},
{
"cancelSourceSpawn": true,
"entity": "aeternum",
"rarity": 80,
"trigger": "CAT"
},
{
"cancelSourceSpawn": true,
"entity": "phantomapi",
"rarity": 70,
"trigger": "PHANTOM"
}
],
"terrainZoom": 1,
"coordFractureZoom": 0.15,
"fluidHeight": 63,