9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Entity Spawn Overrides REMOVED

Will re implement later
This commit is contained in:
Brian Fopiano
2021-07-31 16:07:27 -07:00
parent 5f662ed5ac
commit 14d470d1b2
10 changed files with 9 additions and 80 deletions

View File

@@ -22,12 +22,7 @@
{"block": "dead_fire_coral_block"}
]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 1.0E-4,

View File

@@ -14,12 +14,7 @@
"max": 6,
"generator": "plain"
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 1.0E-4,

View File

@@ -92,12 +92,7 @@
}
}
],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 7
}],
"slab": {
"style": {"style": "STATIC"},
"palette": [

View File

@@ -34,12 +34,7 @@
"max": 6,
"generator": "plain"
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 0.01,

View File

@@ -26,12 +26,7 @@
"max": 6,
"generator": "plain"
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 5
}],
"decorators": [
{
"chance": 1.0E-4,

View File

@@ -12,12 +12,7 @@
"maxHeight": 2,
"palette": [{"block": "smooth_sandstone"}]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 1.0E-4,

View File

@@ -12,12 +12,7 @@
"maxHeight": 2,
"palette": [{"block": "terracotta"}]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]

View File

@@ -31,12 +31,7 @@
{"block": "stone"}
]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [{
"chance": 1.0E-5,
"palette": [{"block": "barrel"}]

View File

@@ -19,12 +19,7 @@
{"block": "gravel"}
]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 1.0E-4,

View File

@@ -331,32 +331,6 @@
"terrainZoom": 1,
"stronghold": "stronghold",
"decorate": true,
"entitySpawnOverrides": [
{
"cancelSourceSpawn": true,
"entity": "fred",
"rarity": 60,
"trigger": "VEX"
},
{
"cancelSourceSpawn": true,
"entity": "fred",
"rarity": 260,
"trigger": "PANDA"
},
{
"cancelSourceSpawn": true,
"entity": "dan",
"rarity": 250,
"trigger": "CREEPER"
},
{
"cancelSourceSpawn": true,
"entity": "phantomapi",
"rarity": 70,
"trigger": "PHANTOM"
}
],
"skylandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"islandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"}
}