mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 03:39:16 +00:00
Spawn mobs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user