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

Link up spawners

This commit is contained in:
Daniel Mills
2021-08-04 01:17:12 -04:00
parent 681cca85c2
commit 951ecbdd47
6 changed files with 31 additions and 0 deletions

View File

@@ -92,6 +92,11 @@
"drops": [{"rarity": 1, "maxAmount": 2, "minAmount": 1, "type": "spruce_sapling"}]
}
],
"entitySpawners": [
"frozen/land-passive",
"frozen/land-hostile",
"frozen/land-cave"
],
"objects": [
{
"chance": 0,

View File

@@ -22,6 +22,11 @@
"cave/sandy-cave",
"cave/sandy-red-cave"
],
"entitySpawners": [
"hot/land-passive",
"hot/land-hostile",
"hot/land-cave"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,

View File

@@ -259,6 +259,11 @@
"soundDistance": 3
}
],
"entitySpawners": [
"mushroom/land-passive",
"mushroom/land-hostile",
"mushroom/land-cave"
],
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"loot": {

View File

@@ -31,6 +31,11 @@
"zoom": 5
}
},
"entitySpawners": [
"tropical/land-passive",
"tropical/land-hostile",
"tropical/land-cave"
],
"biomeImplosionRatio": 0.26,
"deposits": [
{

View File

@@ -53,6 +53,12 @@
"palette": [{"block": "emerald_ore"}],
"varience": 2
}],
"entitySpawners": [
"tropical/land-passive",
"tropical/land-hostile",
"tropical/land-cave",
"tropical/beach"
],
"landBiomeZoom": 1.85,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,

View File

@@ -32,6 +32,11 @@
"cave/tundra-cavern",
"cave/spiked-cavern"
],
"entitySpawners": [
"tundra/land-passive",
"tundra/land-hostile",
"tundra/land-cave"
],
"riverBiomes": [
"tundra/sea/river",
"tundra/sea/river-rocky",