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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -259,6 +259,11 @@
|
||||
"soundDistance": 3
|
||||
}
|
||||
],
|
||||
"entitySpawners": [
|
||||
"mushroom/land-passive",
|
||||
"mushroom/land-hostile",
|
||||
"mushroom/land-cave"
|
||||
],
|
||||
"shoreHeightMin": 3.2,
|
||||
"shoreHeightMax": 6.2,
|
||||
"loot": {
|
||||
|
||||
@@ -31,6 +31,11 @@
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"entitySpawners": [
|
||||
"tropical/land-passive",
|
||||
"tropical/land-hostile",
|
||||
"tropical/land-cave"
|
||||
],
|
||||
"biomeImplosionRatio": 0.26,
|
||||
"deposits": [
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user