9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Tropical region *sigh*

This commit is contained in:
CocoTheOwner
2021-06-23 09:50:41 +02:00
parent 9a8b545c6e
commit 99987fcea9
33 changed files with 1121 additions and 1111 deletions

View File

@@ -1,4 +1,63 @@
{
"name": "Tropical Bamboo Forest",
"derivative": "DESERT",
"vanillaDerivative": "BAMBOO_JUNGLE",
"children": [
"temperate-wilds"
],
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeSkyScatter": [
"BAMBOO_JUNGLE"
],
@@ -231,7 +290,6 @@
}
],
"biomeZoom": 10,
"derivative": "DESERT",
"biomeStyle": {
"style": "IRIS"
},
@@ -247,10 +305,6 @@
"particleCount": 0
}
],
"children": [
"temperate-wilds"
],
"vanillaDerivative": "BAMBOO_JUNGLE",
"decorators": [
{
"chance": 0.25,
@@ -392,60 +446,6 @@
}
}
],
"name": "Bamboo Forest",
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,6 +1,34 @@
{
"name": "Tropical Beach Bamboo",
"derivative": "JUNGLE",
"vanillaDerivative": "BEACH",
"rarity": 3,
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -169,45 +197,16 @@
}
}
],
"name": "Bamboo Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {
"palette": [
{
"block": "smooth_sandstone"
}
]
}
}
}

View File

@@ -1,5 +1,34 @@
{
"name": "Tropical Beach Charred",
"derivative": "DESERT_LAKES",
"vanillaDerivative": "BEACH",
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "black_concrete_powder"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -97,40 +126,11 @@
}
}
],
"name": "Tropical Charred Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "black_concrete_powder"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "DESERT_LAKES",
"wall": {
"palette": [
{
@@ -155,6 +155,5 @@
"block": "air"
}
]
},
"rarity": 17
}
}

View File

@@ -1,5 +1,34 @@
{
"name": "Tropical Beach",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"generators": [
{
"min": -5,
"max": 5,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -126,40 +155,11 @@
}
}
],
"name": "Tropical Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 5,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {
"palette": [
{

View File

@@ -1,4 +1,39 @@
{
"name": "Tropical Cavern Coral",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"weight": 3,
"block": "dead_brain_coral_block"
},
{
"block": "dead_tube_coral_block"
},
{
"block": "dead_brain_coral_block"
},
{
"block": "dead_fire_coral_block"
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -199,46 +234,11 @@
}
}
],
"name": "Coral Cavern",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"weight": 3,
"block": "dead_brain_coral_block"
},
{
"block": "dead_tube_coral_block"
},
{
"block": "dead_brain_coral_block"
},
{
"block": "dead_fire_coral_block"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FOREST",
"rarity": 2,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,29 @@
{
"name": "Tropical Cavern Root",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"layers": [
{
"minHeight": 1,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -129,30 +154,5 @@
"z": 0
}
}
],
"name": "Tropical Root",
"layers": [
{
"minHeight": 1,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"derivative": "FOREST",
"rarity": 4
]
}

View File

@@ -1,4 +1,53 @@
{
"name": "Tropical Cavern",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"weight": 2,
"block": "stone"
},
{
"block": "jungle_leaves",
"data": {
"persistent": true
}
},
{
"weight": 2,
"block": "stone"
},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -94,59 +143,11 @@
}
}
],
"name": "Tropical Cavern",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"weight": 2,
"block": "stone"
},
{
"block": "jungle_leaves",
"data": {
"persistent": true
}
},
{
"weight": 2,
"block": "stone"
},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FOREST",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,8 +1,48 @@
{
"name": "Tropical Coral Ocean Cliffs",
"derivative": "LUKEWARM_OCEAN",
"vanillaDerivative": "LUKEWARM_OCEAN",
"children": [
"tropical-coral-ocean"
],
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain-cliffs"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.3,
@@ -1679,51 +1719,11 @@
}
}
],
"name": "Coral Ocean Cliffs",
"layers": [
{
"minHeight": 2,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain-cliffs"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"wall": {
"palette": [
{
@@ -1747,7 +1747,6 @@
},
"zoom": 0.1
},
"rarity": 4,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,5 +1,45 @@
{
"name": "Tropical Coral Ocean",
"derivative": "LUKEWARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.3,
@@ -1652,51 +1692,11 @@
}
}
],
"name": "Coral Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"wall": {
"palette": [
{
@@ -1720,7 +1720,6 @@
},
"zoom": 0.1
},
"rarity": 2,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,6 @@
{
"name": "Tropical Highlands",
"derivative": "JUNGLE",
"vanillaDerivative": "PLAINS",
"jigsawStructures": [
{
@@ -6,6 +8,71 @@
"structure": "pillager"
}
],
"generators": [
{
"min": 22,
"max": 44,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.256,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{
"block": "podzol"
},
{
"weight": 4,
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "cow",
@@ -151,74 +218,7 @@
}
}
],
"name": "Tropical Highlands",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.256,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{
"block": "podzol"
},
{
"weight": 4,
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 22,
"max": 44,
"generator": "plain"
}
],
"biomeZoom": 9,
"derivative": "JUNGLE",
"biomeStyle": {
"style": "IRIS"
},
@@ -237,6 +237,5 @@
"block": "stone"
}
]
},
"rarity": 4
}
}
}

View File

@@ -1,16 +1,48 @@
{
"name": "Tropical Island Beach",
"derivative": "JUNGLE",
"vanillaDerivative": "BEACH",
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"entityInitialSpawns": [{
"generators": [
{
"min": -7,
"max": -3,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
@@ -23,13 +55,15 @@
"rarity": 6
}
],
"decorators": [{
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{
"palette": [
{
"data": {
"face": "floor",
"powered": false,
@@ -59,9 +93,11 @@
},
"stackMax": 5,
"zoom": 5,
"palette": [{
"palette": [
{
"block": "sugar_cane"
}],
}
],
"style": {
"style": "STATIC"
},
@@ -71,18 +107,25 @@
"stackMin": 1
}
],
"objects": [{
"objects": [
{
"chance": 1,
"edit": [{
"find": [{
"block": "player_wall_head"
}],
"replace": {
"palette": [{
"block": "air"
}]
"edit": [
{
"find": [
{
"block": "player_wall_head"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
}],
],
"rotation": {
"yAxis": {
"min": 0,
@@ -108,44 +151,26 @@
"y": -1,
"z": 0
}
}],
"name": "Tropical Island Beach",
"layers": [{
"minHeight": 3,
"maxHeight": 6,
"palette": [{
"block": "sand"
}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{
"block": "dirt"
}]
}
],
"generators": [{
"min": -7,
"max": -3,
"generator": "plain"
}],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {
"palette": [{
"block": "smooth_sandstone"
}]
"palette": [
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [{
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
@@ -165,4 +190,4 @@
}
]
}
}
}

View File

@@ -1,5 +1,61 @@
{
"name": "Tropical Jungle Denmyre",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -259,62 +315,6 @@
}
}
],
"name": "Jungle Denmyre",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {
"style": "STATIC"
@@ -330,6 +330,5 @@
"block": "stone"
}
]
},
"rarity": 3
}
}

View File

@@ -1,16 +1,10 @@
{
"name": "Tropical Mountains",
"name": "Tropical Mountain Extreme",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"children": [
"tropical-mountain-water"
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"generators": [
{
"generator": "mountain",
@@ -52,6 +46,12 @@
]
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"decorators": [
{
"chance": 0.7,
@@ -231,4 +231,4 @@
}
}
]
}
}

View File

@@ -1,14 +1,10 @@
{
"name": "Middle Mountain",
"name": "Tropical Mountain Middle",
"derivative": "JUNGLE_HILLS",
"vanillaDerivative": "JUNGLE_HILLS",
"children": [
"tropical-plains"
],
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"generators": [
{
"generator": "mountain",
@@ -80,6 +76,10 @@
]
}
],
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"lockLayers": true,
"decorators": [
{

View File

@@ -1,16 +1,10 @@
{
"name": "Tropical Mountains",
"name": "Tropical Mountain Plains",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"children": [
"tropical-mountain-extreme"
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"generators": [
{
"min": 90,
@@ -47,6 +41,12 @@
]
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"decorators": [
{
"chance": 0.7,

View File

@@ -1,5 +1,5 @@
{
"name": "Tropical Mountains Water",
"name": "Tropical Mountain Water",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"generators": [
@@ -148,4 +148,4 @@
]
}
]
}
}

View File

@@ -2,16 +2,9 @@
"name": "Extreme mountains",
"derivative": "JUNGLE_HILLS",
"vanillaDerivative": "JUNGLE_HILLS",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"tropical-mountain-middle"
],
"rarity": 7,
"generators": [
{
"min": 10,
@@ -186,5 +179,11 @@
"y": -2
}
}
]
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
}
}

View File

@@ -1,5 +1,73 @@
{
"name": "Tropical Ocean",
"derivative": "DEEP_WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"children": [
"tropical-coral-ocean",
"tropical-coral-ocean-cliffs"
],
"generators": [
{
"min": -38,
"max": -20,
"generator": "river"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"style": {
"style": "VASCULAR",
"zoom": 0.9,
"fracture": {
"multiplier": 60,
"style": "IRIS_DOUBLE",
"zoom": 2,
"fracture": {
"multiplier": 50,
"style": "STATIC"
}
}
},
"zoom": 0.825,
"palette": [
{
"weight": 2,
"block": "sand"
},
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"effects": [
{
"particleAltX": 0.3,
@@ -15,10 +83,6 @@
}
],
"childShrinkFactor": 3,
"children": [
"tropical-coral-ocean",
"tropical-coral-ocean-cliffs"
],
"decorators": [
{
"chance": 0.03,
@@ -289,76 +353,11 @@
}
}
],
"name": "Tropical Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"style": {
"style": "VASCULAR",
"zoom": 0.9,
"fracture": {
"multiplier": 60,
"style": "IRIS_DOUBLE",
"zoom": 2,
"fracture": {
"multiplier": 50,
"style": "STATIC"
}
}
},
"zoom": 0.825,
"palette": [
{
"weight": 2,
"block": "sand"
},
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -38,
"max": -20,
"generator": "river"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_WARM_OCEAN",
"wall": {
"palette": [
{

View File

@@ -2,7 +2,6 @@
"name": "Tropical Plains Hills",
"derivative": "JUNGLE_HILLS",
"vanillaDerivative": "JUNGLE_HILLS",
"rarity": 2,
"generators": [
{
"generator": "smooth-dunes",

View File

@@ -5,11 +5,6 @@
"children": [
"tropical-plains-hills"
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,
"exponent": 2.0
},
"generators": [
{
"generator": "smooth-dunes",
@@ -50,6 +45,11 @@
]
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,
"exponent": 2.0
},
"decorators": [
{
"chance": 0.7,

View File

@@ -1,5 +1,64 @@
{
"name": "Rainforest Hills",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE_HILLS",
"generators": [
{
"min": 32,
"max": 65,
"generator": "plain-cliffs"
}
],
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.35,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -220,65 +279,6 @@
}
}
],
"name": "Rainforest Hills",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.35,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 32,
"max": 65,
"generator": "plain-cliffs"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -316,6 +316,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 8
}
}

View File

@@ -1,5 +1,64 @@
{
"name": "Tropical Rainforest Island",
"derivative": "JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"generators": [
{
"min": 49,
"max": 65,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"seaLayers": [
{
"minHeight": 64,
@@ -272,65 +331,6 @@
}
}
],
"name": "Rainforest Oasis",
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 49,
"max": 65,
"generator": "plain"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -368,6 +368,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 2
}
}

View File

@@ -1,5 +1,64 @@
{
"name": "Tropical Rainforest Wicked Child",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -261,65 +320,6 @@
}
}
],
"name": "Wicked Rainforest",
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"derivative": "MODIFIED_JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -357,6 +357,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 12
}
}

View File

@@ -1,4 +1,6 @@
{
"name": "Tropical Rainforest Wicked Village",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"jigsawStructures": [
{
@@ -10,6 +12,63 @@
"structure": "village-temperate"
}
],
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -101,65 +160,6 @@
}
}
],
"name": "Wicked Rainforest Village",
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"derivative": "MODIFIED_JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -197,6 +197,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 12
}
}

View File

@@ -1,5 +1,70 @@
{
"name": "Tropical Rainforest Wicked",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre",
"tropical-rainforest-wicked-child",
"tropical-rainforest-wicked-village"
],
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -26,12 +91,6 @@
"rarity": 6
}
],
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre",
"tropical-rainforest-wicked-child",
"tropical-rainforest-wicked-village"
],
"decorators": [
{
"chance": 0.45,
@@ -267,65 +326,6 @@
}
}
],
"name": "Wicked Rainforest",
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 50,
"generator": "plain"
}
],
"derivative": "MODIFIED_JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -363,6 +363,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 12
}
}

View File

@@ -1,5 +1,68 @@
{
"name": "Tropical Rainforest",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre"
],
"generators": [
{
"min": 20,
"max": 35,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
@@ -26,10 +89,6 @@
"rarity": 4
}
],
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre"
],
"decorators": [
{
"chance": 0.45,
@@ -275,65 +334,6 @@
}
}
],
"name": "Rainforest",
"layers": [
{
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 20,
"max": 35,
"generator": "plain"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {
"style": "IRIS"
@@ -371,6 +371,5 @@
"block": "stripped_jungle_wood"
}
]
},
"rarity": 2
}
}

View File

@@ -1,6 +1,14 @@
{
"name": "Tropical River Soft",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"name": "River Soft",
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,
@@ -233,13 +241,5 @@
},
"waterloggable": true
}
],
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain"
}
],
"derivative": "WARM_OCEAN"
]
}

View File

@@ -1,6 +1,14 @@
{
"name": "Tropical River Steep",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"name": "River Steep",
"generators": [
{
"generator": "river",
"max": -6,
"min": -15
}
],
"layers": [
{
"minHeight": 2,
@@ -182,17 +190,9 @@
"waterloggable": true
}
],
"generators": [
{
"generator": "river",
"max": -6,
"min": -15
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "WARM_OCEAN"
}
}

View File

@@ -1,18 +1,14 @@
{
"name": "Tropical Submerged Volcanic",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"effects": [
"generators": [
{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 150,
"particleCount": 0
"min": -24,
"max": -3,
"generator": "canyon-steep"
}
],
"name": "Submerged Volcanic",
"layers": [
{
"minHeight": 2,
@@ -82,11 +78,16 @@
]
}
],
"generators": [
"effects": [
{
"min": -24,
"max": -3,
"generator": "canyon-steep"
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 150,
"particleCount": 0
}
],
"loot": {
@@ -94,7 +95,6 @@
"ocean-clutter"
]
},
"derivative": "WARM_OCEAN",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,17 +1,10 @@
{
"name": "Volcanic Plains",
"name": "Tropical Volcanic Plains",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"rarity": 2,
"children": [
"tropical-volcanoes"
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 1.3,
"exponent": 1.9
},
"childShrinkFactor": 1,
"generators": [
{
"min": 190,
@@ -81,6 +74,12 @@
]
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 1.3,
"exponent": 1.9
},
"childShrinkFactor": 1,
"objects": [
{
"place": [

View File

@@ -1,5 +1,5 @@
{
"name": "Volcanoes Lava",
"name": "Tropical Volcanoes Lava",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"generators": [
@@ -59,4 +59,4 @@
}
]
}
}
}

View File

@@ -1,16 +1,10 @@
{
"name": "Volcanoes",
"name": "Tropical Volcanoes",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"children": [
"tropical-volcanoes-lava"
],
"childStyle": {
"style": "GLOB",
"zoom": 0.2,
"exponent": 4
},
"childShrinkFactor": 1,
"generators": [
{
"generator": "mountain",
@@ -66,5 +60,11 @@
}
]
}
]
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.2,
"exponent": 4
},
"childShrinkFactor": 1
}

View File

@@ -1,4 +1,6 @@
{
"name": "Tropical Wilds",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"children": [
"tropical-highlands"
@@ -9,6 +11,59 @@
"structure": "pillager"
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.22,
@@ -209,62 +264,7 @@
}
}
],
"name": "Tropical Wilds",
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"biomeZoom": 40,
"derivative": "JUNGLE",
"biomeStyle": {
"style": "IRIS"
},
@@ -287,4 +287,4 @@
"biomeScatter": [
"JUNGLE"
]
}
}