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

THE BIG 100 BRIAN SUCKS AT BUILDING AND USES REPLACE TOO DAMN MUCH FMSL

This commit is contained in:
Daniel Mills
2020-09-10 00:03:54 -04:00
parent 708c45fa93
commit 4f2b7e2218
100 changed files with 12864 additions and 5275 deletions

View File

@@ -1,10 +1,18 @@
{
"seaLayers": [{
"minHeight": 1,
"maxHeight": 7,
"style": {"style": "STATIC"},
"palette": [{"block": "ice"}]
}],
"seaLayers": [
{
"minHeight": 1,
"maxHeight": 7,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "ice"
}
]
}
],
"objects": [
{
"chance": 0.001,
@@ -79,26 +87,46 @@
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SWAMP",
"slab": {
"style": {"style": "STATIC"},
"palette": [{
"data": {"layers": 5},
"block": "snow"
}]
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"layers": 5
},
"block": "snow"
}
]
}
}
}

View File

@@ -1,31 +1,57 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "cornflower"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "cornflower"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "blackstone_wall"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "blackstone_wall"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Frozen Cavern",
@@ -33,10 +59,16 @@
{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "blue_ice"},
{"block": "packed_ice"},
{
"block": "blue_ice"
},
{
"block": "packed_ice"
},
{
"weight": 6,
"block": "ice"
@@ -46,25 +78,45 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "ice"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "ice"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
@@ -87,4 +139,4 @@
}
]
}
}
}

View File

@@ -138,32 +138,44 @@
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",
@@ -174,19 +186,31 @@
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "andesite"},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
@@ -194,15 +218,23 @@
]
}
],
"generators": [{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}],
"generators": [
{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {"style": "IRIS"},
"palette": [{"block": "packed_ice"}]
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "packed_ice"
}
]
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
@@ -210,4 +242,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -113,32 +113,44 @@
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",
@@ -149,19 +161,31 @@
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "andesite"},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
@@ -183,9 +207,13 @@
],
"childShrinkFactor": 20,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "andesite"},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
@@ -198,4 +226,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -20,7 +20,9 @@
"weight": 3,
"block": "packed_ice"
},
{"block": "blue_ice"},
{
"block": "blue_ice"
},
{
"weight": 3,
"block": "packed_ice"
@@ -34,7 +36,11 @@
{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
}
],
"objects": [
@@ -99,31 +105,53 @@
],
"name": "Frozen Ocean",
"layers": [
{"palette": [
{"block": "dirt"},
{"block": "gravel"},
{"block": "stone"}
]},
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
"block": "sand"
},
{"block": "clay"},
{"block": "gravel"},
{"block": "dirt"}
{
"block": "clay"
},
{
"block": "gravel"
},
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -12,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -12,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_FROZEN_OCEAN"
}
}

View File

@@ -66,17 +66,29 @@
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "air"}]
"palette": [
{
"block": "air"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "ice"}]
"palette": [
{
"block": "ice"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "ice"}]
"palette": [
{
"block": "ice"
}
]
},
{
"minHeight": 2,
@@ -87,14 +99,24 @@
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{"block": "blackstone"},
{"block": "packed_ice"},
{"block": "cobblestone"},
{
"data": {"axis": "x"},
"block": "blackstone"
},
{
"block": "packed_ice"
},
{
"block": "cobblestone"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
@@ -102,17 +124,25 @@
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"weight": 2,
"block": "packed_ice"
},
{"block": "obsidian"},
{"block": "packed_ice"},
{
"data": {"axis": "x"},
"block": "obsidian"
},
{
"block": "packed_ice"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
@@ -120,7 +150,9 @@
"block": "packed_ice"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
@@ -128,7 +160,9 @@
"block": "packed_ice"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
}
]
@@ -136,11 +170,19 @@
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -163,7 +205,9 @@
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
@@ -171,4 +215,4 @@
"ICE_SPIKES"
],
"rarity": 3
}
}

View File

@@ -99,53 +99,83 @@
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"children": ["frozen-vander"],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-vander"
],
"name": "Frozen Pines",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -163,11 +193,19 @@
],
"childShrinkFactor": 20,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -176,4 +214,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -1,29 +1,39 @@
{
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"objects": [
{
"chance": 0.01,
@@ -98,36 +108,62 @@
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 5,
"max": 9,
"generator": "plain"
}],
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"derivative": "ICE_SPIKES",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -1,33 +1,45 @@
{
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"children": ["frozen-plains-hills"],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-plains-hills"
],
"objects": [
{
"chance": 2.56E-4,
"chance": 0.000256,
"snow": 0.25,
"rotation": {
"yAxis": {
@@ -38,7 +50,9 @@
},
"enabled": true
},
"place": ["grave/grave"],
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
@@ -155,7 +169,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -194,36 +210,62 @@
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"derivative": "ICE_SPIKES",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -48,20 +48,26 @@
{
"chance": 0.4,
"density": 2,
"edit": [{
"find": [
"BIRCH_LEAVES",
"SPRUCE_LEAVES",
"OAK_LEAVES"
],
"replace": [
"ICE",
"ICE",
"ICE",
"ICE",
"PACKED_ICE"
]
}],
"edit": [
{
"find": [
"BIRCH_LEAVES",
"SPRUCE_LEAVES",
"OAK_LEAVES"
],
"replace": {
"palette": [
{
"weight": 4,
"block": "ice"
},
{
"block": "packed_ice"
}
]
}
}
],
"snow": 1,
"rotation": {
"yAxis": {
@@ -119,32 +125,44 @@
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains"
@@ -154,21 +172,37 @@
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -186,11 +220,19 @@
],
"childShrinkFactor": 20,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -199,4 +241,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -20,7 +20,9 @@
"weight": 3,
"block": "packed_ice"
},
{"block": "blue_ice"},
{
"block": "blue_ice"
},
{
"weight": 3,
"block": "packed_ice"
@@ -34,7 +36,11 @@
{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
}
],
"objects": [
@@ -99,22 +105,44 @@
],
"name": "Frozen River",
"layers": [
{"palette": [
{"block": "dirt"},
{"block": "gravel"},
{"block": "stone"}
]},
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
@@ -122,11 +150,17 @@
]
}
],
"generators": [{
"min": -18,
"max": -13,
"generator": "sharp"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -18,
"max": -13,
"generator": "sharp"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_FROZEN_OCEAN"
}
}

View File

@@ -68,16 +68,40 @@
"density": 3,
"edit": [
{
"find": ["SPRUCE_PLANKS"],
"replace": ["STRIPPED_SPRUCE_WOOD"]
"find": [
"SPRUCE_PLANKS"
],
"replace": {
"palette": [
{
"block": "stripped_spruce_wood"
}
]
}
},
{
"find": ["OAK_WOOD"],
"replace": ["DARK_OAK_WOOD"]
"find": [
"OAK_WOOD"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["SPRUCE_FENCE"],
"replace": ["DARK_OAK_FENCE"]
"find": [
"SPRUCE_FENCE"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}
],
"rotation": {
@@ -138,32 +162,44 @@
],
"biomeZoom": 50,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",
@@ -182,56 +218,88 @@
"zoom": 0.6,
"palette": [
{
"data": {"layers": 1},
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {"layers": 2},
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {"layers": 3},
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {"layers": 4},
"data": {
"layers": 4
},
"block": "snow"
},
{
"data": {"layers": 5},
"data": {
"layers": 5
},
"block": "snow"
},
{
"data": {"layers": 6},
"data": {
"layers": 6
},
"block": "snow"
},
{
"data": {"layers": 7},
"data": {
"layers": 7
},
"block": "snow"
},
{
"data": {"layers": 8},
"data": {
"layers": 8
},
"block": "snow"
}
]
},
{
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -249,11 +317,19 @@
],
"childShrinkFactor": 20,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -262,4 +338,4 @@
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -2,35 +2,59 @@
"decorators": [
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{
"weight": 4,
"block": "dead_bush"
},
{"block": "brown_mushroom"}
{
"block": "brown_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -50,88 +74,144 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["acacia_planks"],
"replace": ["stripped_acacia_wood"]
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.5,
"density": 2,
"edit": [
{
"find": [
"acacia_planks"
],
"replace": {
"palette": [
{
"block": "stripped_acacia_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"acacia-medium/acacia-denmyre-1",
"acacia-medium/acacia-denmyre-2",
"acacia-medium/acacia-denmyre-3",
"acacia-medium/acacia-denmyre-4",
"acacia-medium/acacia-denmyre-5",
"acacia-medium/acacia-denmyre-6",
"acacia-medium/acacia-denmyre-7",
"acacia-medium/acacia-denmyre-8",
"acacia-medium/acacia-denmyre-9",
"acacia-medium/acacia-denmyre-10",
"acacia-medium/acacia-denmyre-11",
"acacia-medium/acacia-denmyre-12"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
"place": [
"acacia-medium/acacia-denmyre-1",
"acacia-medium/acacia-denmyre-2",
"acacia-medium/acacia-denmyre-3",
"acacia-medium/acacia-denmyre-4",
"acacia-medium/acacia-denmyre-5",
"acacia-medium/acacia-denmyre-6",
"acacia-medium/acacia-denmyre-7",
"acacia-medium/acacia-denmyre-8",
"acacia-medium/acacia-denmyre-9",
"acacia-medium/acacia-denmyre-10",
"acacia-medium/acacia-denmyre-11",
"acacia-medium/acacia-denmyre-12"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
}],
],
"name": "Acacia Denmyre",
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "DESERT",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -13,7 +15,9 @@
},
"block": "stone_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -23,17 +27,29 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.11,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 3,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
],
@@ -42,31 +58,55 @@
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_sandstone"}
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -88,4 +128,4 @@
}
]
}
}
}

View File

@@ -3,16 +3,28 @@
{
"verticalZoom": 5,
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.00135,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -32,14 +44,24 @@
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -79,40 +101,74 @@
],
"name": "Desert Hills",
"layers": [
{"palette": [{"block": "sand"}]},
{
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [{"block": "sandstone"}]
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 5,
"max": 9,
"generator": "plain"
}],
"loot": {"tables": ["cactus-clutter"]},
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_sandstone"}
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -134,4 +190,4 @@
}
]
}
}
}

View File

@@ -1,19 +1,33 @@
{
"children": ["hot-desert-hills"],
"children": [
"hot-desert-hills"
],
"decorators": [
{
"verticalZoom": 20,
"chance": 0.004,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.00875,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -24,7 +38,9 @@
},
"block": "polished_blackstone_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -34,14 +50,24 @@
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Red Desert",
@@ -56,44 +82,76 @@
},
"zoom": 0.65,
"palette": [
{"block": "red_sand"},
{"block": "orange_concrete_powder"}
{
"block": "red_sand"
},
{
"block": "orange_concrete_powder"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [{"block": "red_sandstone"}]
"palette": [
{
"block": "red_sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cactus-clutter"]},
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "smooth_red_sandstone"},
{"block": "red_sand"},
{"block": "smooth_red_sandstone"}
{
"block": "smooth_red_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"rarity": 2,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -115,4 +173,4 @@
}
]
}
}
}

View File

@@ -1,19 +1,33 @@
{
"children": ["hot-desert-hills"],
"children": [
"hot-desert-hills"
],
"decorators": [
{
"verticalZoom": 20,
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.00235,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -24,7 +38,9 @@
},
"block": "polished_blackstone_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -34,14 +50,24 @@
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -69,7 +95,9 @@
"global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"clamp": {"maximumHeight": 108},
"clamp": {
"maximumHeight": 108
},
"translate": {
"x": 0,
"y": -1,
@@ -79,40 +107,74 @@
],
"name": "Desert",
"layers": [
{"palette": [{"block": "sand"}]},
{
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [{"block": "sandstone"}]
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cactus-clutter"]},
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_sandstone"}
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -134,4 +196,4 @@
}
]
}
}
}

View File

@@ -7,7 +7,9 @@
"decorators": [
{
"chance": 0.0235,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -27,46 +29,72 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.092,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.5,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
{
"block": "grass"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 1.0E-6,
"variance": {"style": "STATIC"},
"chance": 0.000001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"weight": 8,
"block": "air"
},
{"block": "pumpkin"},
{
"block": "pumpkin"
},
{
"weight": 4,
"block": "air"
},
{"block": "carved_pumpkin"},
{
"block": "carved_pumpkin"
},
{
"weight": 8,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -82,7 +110,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -115,16 +145,40 @@
"chance": 0.335,
"edit": [
{
"find": ["oak_wood"],
"replace": ["stripped_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "stripped_oak_wood"
}
]
}
},
{
"find": ["oak_log"],
"replace": ["stripped_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "stripped_oak_log"
}
]
}
},
{
"find": ["spruce_slab"],
"replace": ["oak_slab"]
"find": [
"spruce_slab"
],
"replace": {
"palette": [
{
"block": "oak_slab"
}
]
}
}
],
"rotation": {
@@ -200,19 +254,25 @@
"name": "Dry Forest",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.75,
"palette": [
{
"weight": 2,
"block": "grass_block"
},
{"block": "brown_concrete_powder"},
{
"block": "brown_concrete_powder"
},
{
"weight": 4,
"block": "grass_block"
},
{"block": "brown_concrete_powder"},
{
"block": "brown_concrete_powder"
},
{
"weight": 7,
"block": "grass_block"
@@ -222,38 +282,66 @@
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 9,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 9,
"generator": "plain"
}
],
"biomeZoom": 20,
"loot": {"tables": ["cactus-clutter"]},
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "SAVANNA",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,14 +24,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Midnight Mesa",
@@ -37,26 +49,50 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "cyan_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "blue_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "light_blue_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "magenta_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "magenta_terracotta"
}
]
}
],
"generators": [
@@ -74,13 +110,23 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "magenta_terracotta"},
{"block": "light_blue_terracotta"},
{"block": "blue_terracotta"},
{"block": "cyan_terracotta"}
{
"block": "magenta_terracotta"
},
{
"block": "light_blue_terracotta"
},
{
"block": "blue_terracotta"
},
{
"block": "cyan_terracotta"
}
]
},
"rarity": 16
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,66 +24,126 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": ["hot-mesa-cliffs"],
"children": [
"hot-mesa-cliffs"
],
"name": "Yellow Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "white_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "red_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "yellow_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -104,12 +166,20 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "red_terracotta"},
{"block": "gray_terracotta"},
{"block": "yellow_terracotta"}
{
"block": "red_terracotta"
},
{
"block": "gray_terracotta"
},
{
"block": "yellow_terracotta"
}
]
},
"rarity": 9
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,14 +24,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Shattered Mesa",
@@ -37,38 +49,74 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "black_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -86,13 +134,21 @@
"derivative": "SHATTERED_SAVANNA_PLATEAU",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.25,
"palette": [
{"block": "brown_terracotta"},
{"block": "gray_terracotta"},
{"block": "black_terracotta"}
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
},
{
"block": "black_terracotta"
}
]
},
"rarity": 8
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,54 +24,102 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": ["hot-mesa-cliffs"],
"children": [
"hot-mesa-cliffs"
],
"name": "Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "black_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "gray_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -87,12 +137,20 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "brown_terracotta"},
{"block": "gray_terracotta"},
{"block": "black_terracotta"}
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
},
{
"block": "black_terracotta"
}
]
},
"rarity": 5
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,14 +24,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Earthbound Mesa",
@@ -37,26 +49,50 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "lime_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "lime_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "green_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "green_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -74,13 +110,23 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "lime_terracotta"},
{"block": "green_terracotta"},
{"block": "terracotta"},
{"block": "brown_terracotta"}
{
"block": "lime_terracotta"
},
{
"block": "green_terracotta"
},
{
"block": "terracotta"
},
{
"block": "brown_terracotta"
}
]
},
"rarity": 14
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,14 +24,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Bloody Mesa",
@@ -37,32 +49,62 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "pink_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "pink_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "red_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "light_gray_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -80,24 +122,42 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "pink_terracotta"},
{"block": "red_terracotta"},
{"block": "terracotta"},
{"block": "light_gray_terracotta"},
{"block": "brown_terracotta"}
{
"block": "pink_terracotta"
},
{
"block": "red_terracotta"
},
{
"block": "terracotta"
},
{
"block": "light_gray_terracotta"
},
{
"block": "brown_terracotta"
}
]
},
"deposits": [{
"minHeight": 100,
"maxPerChunk": 3,
"maxHeight": 150,
"minPerChunk": 0,
"maxSize": 7,
"minSize": 3,
"palette": [{"block": "netherrack"}],
"varience": 3
}],
"deposits": [
{
"minHeight": 100,
"maxPerChunk": 3,
"maxHeight": 150,
"minPerChunk": 0,
"maxSize": 7,
"minSize": 3,
"palette": [
{
"block": "netherrack"
}
],
"varience": 3
}
],
"rarity": 15
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,14 +24,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": [
@@ -44,50 +56,98 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "white_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "red_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "yellow_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "brown_terracotta"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
@@ -105,12 +165,20 @@
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "red_terracotta"},
{"block": "gray_terracotta"},
{"block": "yellow_terracotta"}
{
"block": "red_terracotta"
},
{
"block": "gray_terracotta"
},
{
"block": "yellow_terracotta"
}
]
},
"rarity": 3
}
}

View File

@@ -1,104 +1,166 @@
{
"decorators": [
{
"chance": 9.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0009,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{
"block": "soul_sand"
},
{
"weight": 2,
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.015,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{"block": "fire_coral"},
{"block": "dead_fire_coral"},
{"block": "fire_coral_fan"}
{
"block": "fire_coral"
},
{
"block": "dead_fire_coral"
},
{
"block": "fire_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
}],
],
"name": "Shattered Hot Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -107,32 +169,58 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -41,
"max": -7,
"generator": "plain-cliffs-thin"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -41,
"max": -7,
"generator": "plain-cliffs-thin"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "clay"},
{"block": "smooth_sandstone"},
{"block": "red_sand"},
{"block": "smooth_red_sandstone"},
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_red_sandstone"}
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"rarity": 4,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -154,4 +242,4 @@
}
]
}
}
}

View File

@@ -1,83 +1,141 @@
{
"effects": [{
"particleAltX": 0.001,
"particleAltY": 0.04285,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_COSY_SMOKE",
"particleOffset": 0,
"interval": 650,
"particleCount": 0
}],
"children": ["hot-ocean-cliffs"],
"effects": [
{
"particleAltX": 0.001,
"particleAltY": 0.04285,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_COSY_SMOKE",
"particleOffset": 0,
"interval": 650,
"particleCount": 0
}
],
"children": [
"hot-ocean-cliffs"
],
"decorators": [
{
"chance": 9.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0009,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{
"block": "soul_sand"
},
{
"weight": 2,
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.015,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{"block": "fire_coral"},
{"block": "dead_fire_coral"},
{"block": "fire_coral_fan"}
{
"block": "fire_coral"
},
{
"block": "dead_fire_coral"
},
{
"block": "fire_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.03,
"density": 1,
"edit": [{
"find": ["WATER"],
"replace": ["AIR"]
}],
"rotation": {"enabled": false},
"edit": [
{
"find": [
"WATER"
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"rotation": {
"enabled": false
},
"underwater": true,
"place": ["bombs/bomb"],
"place": [
"bombs/bomb"
],
"translate": {
"x": 0,
"y": 0,
@@ -114,22 +172,42 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -138,31 +216,57 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -21,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -21,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "clay"},
{"block": "smooth_sandstone"},
{"block": "red_sand"},
{"block": "smooth_red_sandstone"},
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_red_sandstone"}
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -184,4 +288,4 @@
}
]
}
}
}

View File

@@ -1,28 +1,46 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"verticalZoom": 20,
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.0235,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -42,14 +60,24 @@
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.012,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -78,7 +106,7 @@
}
},
{
"chance": 8.56E-4,
"chance": 0.000856,
"rotation": {
"yAxis": {
"min": 0,
@@ -88,7 +116,9 @@
},
"enabled": true
},
"place": ["grave/grave"],
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
@@ -97,23 +127,35 @@
}
],
"name": "Sandstone Caverns",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "smooth_sandstone"}]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": [
"cave-clutter",
"cactus-clutter"
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "smooth_sandstone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"derivative": "DESERT",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -135,4 +177,4 @@
}
]
}
}
}

View File

@@ -1,28 +1,46 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"verticalZoom": 20,
"chance": 0.005,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.0235,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -42,58 +60,82 @@
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.092,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.15,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.15,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Red Sandstone Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "smooth_red_sandstone"}]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": [
"cave-clutter",
"cactus-clutter"
]},
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "smooth_red_sandstone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"derivative": "DESERT",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -115,4 +157,4 @@
}
]
}
}
}

View File

@@ -6,35 +6,69 @@
"decorators": [
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.3,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": ["hot-acacia-denmyre"],
"children": [
"hot-acacia-denmyre"
],
"objects": [
{
"chance": 0.07,
@@ -152,44 +186,74 @@
"name": "Savanna Cliffs",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.75,
"palette": [{"block": "grass_block"}]
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 9,
"max": 28,
"generator": "plain"
}],
"generators": [
{
"min": 9,
"max": 28,
"generator": "plain"
}
],
"biomeZoom": 20,
"derivative": "SAVANNA",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}
}

View File

@@ -6,32 +6,64 @@
"decorators": [
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.3,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": [
@@ -50,7 +82,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -69,7 +103,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -192,44 +228,74 @@
"name": "Savanna",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.75,
"palette": [{"block": "grass_block"}]
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 9,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 9,
"generator": "plain"
}
],
"biomeZoom": 20,
"derivative": "SAVANNA",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}
}

View File

@@ -4,79 +4,117 @@
{
"minHeight": 2,
"maxHeight": 4,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.33,
"palette": [
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "z"
},
"block": "basalt"
}
]
@@ -84,19 +122,29 @@
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 34,
"max": 39,
"generator": "plain"
}],
"generators": [
{
"min": 34,
"max": 39,
"generator": "plain"
}
],
"derivative": "DESERT",
"rarity": 28
}
}

View File

@@ -8,13 +8,17 @@
"chance": 0.0045,
"stackMax": 3,
"palette": [
{"block": "blackstone_wall"},
{"block": "polished_blackstone_wall"}
{
"block": "blackstone_wall"
},
{
"block": "polished_blackstone_wall"
}
],
"stackMin": 1
},
{
"chance": 3.5E-4,
"chance": 0.00035,
"palette": [
{
"data": {
@@ -40,12 +44,28 @@
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["BLACKSTONE"]
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["RED_STAINED_GLASS"]
"find": [
"WHITE_STAINED_GLASS"
],
"replace": {
"palette": [
{
"block": "red_stained_glass"
}
]
}
}
],
"rotation": {
@@ -117,7 +137,9 @@
"name": "Black Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -153,30 +175,52 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 12,
"max": 70,
"generator": "wicked"
}
],
"generators": [{
"min": 12,
"max": 70,
"generator": "wicked"
}],
"biomeZoom": 20,
"derivative": "SAVANNA",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "black_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_concrete"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}
}

View File

@@ -3,24 +3,32 @@
{
"chance": 0.0045,
"stackMax": 6,
"palette": [{"block": "twisting_vines_plant"}],
"palette": [
{
"block": "twisting_vines_plant"
}
],
"stackMin": 3
},
{
"chance": 0.0175,
"palette": [
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "tube_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "tube_coral_fan"
}
]
},
{
"chance": 3.5E-4,
"chance": 0.00035,
"palette": [
{
"data": {
@@ -46,12 +54,28 @@
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["LIGHT_BLUE_CONCRETE"]
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "light_blue_concrete"
}
]
}
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["BLUE_STAINED_GLASS"]
"find": [
"WHITE_STAINED_GLASS"
],
"replace": {
"palette": [
{
"block": "blue_stained_glass"
}
]
}
}
],
"rotation": {
@@ -96,10 +120,20 @@
},
{
"chance": 0.01,
"edit": [{
"find": ["BLACK_CONCRETE"],
"replace": ["CYAN_CONCRETE"]
}],
"edit": [
{
"find": [
"BLACK_CONCRETE"
],
"replace": {
"palette": [
{
"block": "cyan_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -127,7 +161,9 @@
"name": "Cyan Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -163,34 +199,58 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 96,
"generator": "wicked"
}
],
"generators": [{
"min": 3,
"max": 96,
"generator": "wicked"
}],
"derivative": "WARPED_FOREST",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "light_blue_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_concrete"
}
]
},
"slab": {
"palette": [
{"block": "warped_slab"},
{
"block": "warped_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
}

View File

@@ -3,12 +3,18 @@
{
"chance": 0.0045,
"stackMax": 3,
"palette": [{"block": "mossy_cobblestone_wall"}],
"palette": [
{
"block": "mossy_cobblestone_wall"
}
],
"stackMin": 1
},
{
"chance": 0.0025,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -46,12 +52,28 @@
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["GREEN_TERRACOTTA"]
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "green_terracotta"
}
]
}
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["LIME_STAINED_GLASS"]
"find": [
"WHITE_STAINED_GLASS"
],
"replace": {
"palette": [
{
"block": "lime_stained_glass"
}
]
}
}
],
"rotation": {
@@ -96,10 +118,20 @@
},
{
"chance": 0.01,
"edit": [{
"find": ["BLACK_CONCRETE"],
"replace": ["GREEN_CONCRETE"]
}],
"edit": [
{
"find": [
"BLACK_CONCRETE"
],
"replace": {
"palette": [
{
"block": "green_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -127,7 +159,9 @@
"name": "Green Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -163,34 +197,58 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 42,
"max": 68,
"generator": "plain-cliffs-thin"
}
],
"generators": [{
"min": 42,
"max": 68,
"generator": "plain-cliffs-thin"
}],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "green_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "green_concrete"
}
]
},
"slab": {
"palette": [
{"block": "mossy_cobblestone_slab"},
{
"block": "mossy_cobblestone_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
}

View File

@@ -3,18 +3,26 @@
{
"chance": 0.0045,
"stackMax": 4,
"palette": [{"block": "crimson_fence"}],
"palette": [
{
"block": "crimson_fence"
}
],
"stackMin": 1
},
{
"chance": 0.0175,
"palette": [
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "bubble_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "bubble_coral_fan"
}
]
@@ -23,10 +31,20 @@
"objects": [
{
"chance": 0.06,
"edit": [{
"find": ["BLUE_TERRACOTTA"],
"replace": ["PURPLE_CONCRETE"]
}],
"edit": [
{
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "purple_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -69,10 +87,20 @@
},
{
"chance": 0.01,
"edit": [{
"find": ["BLACK_CONCRETE"],
"replace": ["PURPLE_CONCRETE"]
}],
"edit": [
{
"find": [
"BLACK_CONCRETE"
],
"replace": {
"palette": [
{
"block": "purple_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -100,7 +128,9 @@
"name": "Purple Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -136,34 +166,58 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 42,
"max": 96,
"generator": "wicked"
}
],
"generators": [{
"min": 42,
"max": 96,
"generator": "wicked"
}],
"derivative": "BASALT_DELTAS",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "purple_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "purple_concrete"
}
]
},
"slab": {
"palette": [
{"block": "crimson_slab"},
{
"block": "crimson_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
}

View File

@@ -4,8 +4,12 @@
"chance": 0.0045,
"stackMax": 3,
"palette": [
{"block": "red_nether_brick_wall"},
{"block": "nether_brick_wall"}
{
"block": "red_nether_brick_wall"
},
{
"block": "nether_brick_wall"
}
],
"stackMin": 1
},
@@ -13,17 +17,21 @@
"chance": 0.0175,
"palette": [
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "fire_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "fire_coral_fan"
}
]
},
{
"chance": 3.5E-4,
"chance": 0.00035,
"palette": [
{
"data": {
@@ -113,12 +121,28 @@
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["RED_TERRACOTTA"]
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "red_terracotta"
}
]
}
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["BLACK_STAINED_GLASS"]
"find": [
"WHITE_STAINED_GLASS"
],
"replace": {
"palette": [
{
"block": "black_stained_glass"
}
]
}
}
],
"rotation": {
@@ -163,10 +187,20 @@
},
{
"chance": 0.01,
"edit": [{
"find": ["BLACK_CONCRETE"],
"replace": ["RED_CONCRETE"]
}],
"edit": [
{
"find": [
"BLACK_CONCRETE"
],
"replace": {
"palette": [
{
"block": "red_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -194,7 +228,9 @@
"name": "Red Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -230,34 +266,58 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 32,
"max": 60,
"generator": "plain-chaotic"
}
],
"generators": [{
"min": 32,
"max": 60,
"generator": "plain-chaotic"
}],
"derivative": "CRIMSON_FOREST",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "red_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_concrete"
}
]
},
"slab": {
"palette": [
{"block": "red_nether_brick_slab"},
{
"block": "red_nether_brick_slab"
},
{
"weight": 4,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
}

View File

@@ -1,21 +1,43 @@
{
"decorators": [{
"chance": 0.0045,
"stackMax": 3,
"palette": [{"block": "diorite_wall"}],
"stackMin": 1
}],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "diorite_wall"
}
],
"stackMin": 1
}
],
"objects": [
{
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["LIGHT_GRAY_STAINED_GLASS"]
"find": [
"BLUE_TERRACOTTA"
],
"replace": {
"palette": [
{
"block": "light_gray_stained_glass"
}
]
}
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["WHITE_CONCRETE"]
"find": [
"WHITE_STAINED_GLASS"
],
"replace": {
"palette": [
{
"block": "white_concrete"
}
]
}
}
],
"rotation": {
@@ -60,10 +82,20 @@
},
{
"chance": 0.01,
"edit": [{
"find": ["BLACK_CONCRETE"],
"replace": ["WHITE_CONCRETE"]
}],
"edit": [
{
"find": [
"BLACK_CONCRETE"
],
"replace": {
"palette": [
{
"block": "white_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -91,7 +123,9 @@
"name": "White Mosaic",
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
@@ -127,34 +161,58 @@
{
"minHeight": 12,
"maxHeight": 16,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "FLAT"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 28,
"max": 41,
"generator": "plain"
}
],
"generators": [{
"min": 28,
"max": 41,
"generator": "plain"
}],
"derivative": "BASALT_DELTAS",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "white_concrete"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "white_concrete"
}
]
},
"slab": {
"palette": [
{"block": "diorite_slab"},
{
"block": "diorite_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
}

View File

@@ -5,25 +5,37 @@
"minHeight": 3,
"maxHeight": 6,
"palette": [
{"block": "stone"},
{"block": "andesite"}
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"derivative": "SWAMP",
"rarity": 2,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -45,4 +57,4 @@
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,21 +24,39 @@
"block": "crimson_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "crimson_fungus"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "crimson_fungus"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.11,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "crimson_roots"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "crimson_roots"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -45,12 +65,28 @@
"density": 2,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -85,12 +121,28 @@
"density": 2,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -125,12 +177,28 @@
"density": 2,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -167,12 +235,28 @@
"density": 2,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -209,12 +293,28 @@
"density": 1,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -244,12 +344,28 @@
"density": 1,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["CRIMSON_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["NETHER_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}
],
"rotation": {
@@ -279,41 +395,69 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "IRIS"},
"palette": [{"block": "crimson_nylium"}]
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "crimson_nylium"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 39,
"generator": "plain-cliffs"
}],
"generators": [
{
"min": 4,
"max": 39,
"generator": "plain-cliffs"
}
],
"derivative": "CRIMSON_FOREST",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "crimson_hyphae"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "crimson_hyphae"
}
]
},
"rarity": 19,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 4,
@@ -332,4 +476,4 @@
}
]
}
}
}

View File

@@ -1,23 +1,29 @@
{
"effects": [{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}],
"entityInitialSpawns": [{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}],
"effects": [
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}
],
"entityInitialSpawns": [
{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}
],
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -37,17 +43,27 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "red_mushroom"},
{"block": "brown_mushroom"}
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -84,10 +100,20 @@
{
"chance": 0.21,
"density": 2,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -180,10 +206,20 @@
{
"chance": 0.05,
"density": 2,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -215,10 +251,20 @@
{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -250,10 +296,20 @@
{
"chance": 0.025,
"density": 1,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -306,13 +362,17 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{
"weight": 4,
"block": "mycelium"
},
{"block": "gravel"},
{
"block": "gravel"
},
{
"weight": 3,
"block": "mycelium"
@@ -323,45 +383,71 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 1.14,
"shuffle": 16,
"ratio": 0.59,
"height": 45,
"rarity": 55
}],
"generators": [{
"min": 6,
"max": 24,
"generator": "plain"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.14,
"shuffle": 16,
"ratio": 0.59,
"height": 45,
"rarity": 55
}
],
"generators": [
{
"min": 6,
"max": 24,
"generator": "plain"
}
],
"derivative": "MUSHROOM_FIELDS",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 8,
@@ -380,4 +466,4 @@
}
]
}
}
}

View File

@@ -2,35 +2,63 @@
"decorators": [
{
"chance": 0.06,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -62,7 +90,9 @@
"block": "sea_pickle"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -91,10 +121,20 @@
},
{
"chance": 0.3,
"edit": [{
"find": ["SHROOMLIGHT"],
"replace": ["MUSHROOM_STEM"]
}],
"edit": [
{
"find": [
"SHROOMLIGHT"
],
"replace": {
"palette": [
{
"block": "mushroom_stem"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -159,16 +199,32 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{"block": "clay"},
{"block": "coarse_dirt"},
{"block": "gravel"},
{"block": "dirt"}
{
"block": "clay"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
},
{
"block": "dirt"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
@@ -177,31 +233,57 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -41,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -41,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "OCEAN",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "clay"},
{"block": "smooth_sandstone"},
{"block": "red_sand"},
{"block": "smooth_red_sandstone"},
{"block": "smooth_sandstone"},
{"block": "sand"},
{"block": "smooth_red_sandstone"}
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -223,4 +305,4 @@
}
]
}
}
}

View File

@@ -1,23 +1,29 @@
{
"effects": [{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}],
"entityInitialSpawns": [{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}],
"effects": [
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}
],
"entityInitialSpawns": [
{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}
],
"decorators": [
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -37,17 +43,27 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.007,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "red_mushroom"},
{"block": "brown_mushroom"}
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -84,10 +100,20 @@
{
"chance": 0.08,
"density": 2,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -118,10 +144,20 @@
{
"chance": 0.025,
"density": 1,
"edit": [{
"find": ["red_mushroom_block"],
"replace": ["brown_mushroom_block"]
}],
"edit": [
{
"find": [
"red_mushroom_block"
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -174,13 +210,17 @@
"layers": [
{
"zoom": 0.3,
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{
"weight": 7,
"block": "mycelium"
},
{"block": "gravel"},
{
"block": "gravel"
},
{
"weight": 9,
"block": "mycelium"
@@ -191,45 +231,71 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 1.14,
"shuffle": 16,
"ratio": 0.59,
"height": 45,
"rarity": 55
}],
"generators": [{
"min": 3,
"max": 8,
"generator": "plain"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.14,
"shuffle": 16,
"ratio": 0.59,
"height": 45,
"rarity": 55
}
],
"generators": [
{
"min": 3,
"max": 8,
"generator": "plain"
}
],
"derivative": "MUSHROOM_FIELDS",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 2,
@@ -249,4 +315,4 @@
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,29 +24,55 @@
"block": "warped_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "warped_fungus"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "warped_fungus"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.11,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "warped_roots"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "warped_roots"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 7,
"zoom": 0.3,
"palette": [{"block": "twisting_vines_plant"}],
"style": {"style": "STATIC"},
"palette": [
{
"block": "twisting_vines_plant"
}
],
"style": {
"style": "STATIC"
},
"stackMin": 3
}
],
@@ -54,16 +82,40 @@
"density": 2,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -98,16 +150,40 @@
"density": 2,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -142,16 +218,40 @@
"density": 2,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -188,16 +288,40 @@
"density": 2,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -234,16 +358,40 @@
"density": 1,
"edit": [
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -273,16 +421,40 @@
"density": 1,
"edit": [
{
"find": ["BROWN_MUSHROOM_BLOCK"],
"replace": ["WARPED_HYPHAE"]
"find": [
"BROWN_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
},
{
"find": ["RED_MUSHROOM_BLOCK"],
"replace": ["WARPED_WART_BLOCK"]
"find": [
"RED_MUSHROOM_BLOCK"
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
},
{
"find": ["MUSHROOM_STEM"],
"replace": ["BLACKSTONE"]
"find": [
"MUSHROOM_STEM"
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}
],
"rotation": {
@@ -312,37 +484,63 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "IRIS"},
"palette": [{"block": "warped_nylium"}]
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "warped_nylium"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 45,
"maxHeight": 65,
"style": {"style": "STATIC"},
"palette": [{"block": "blackstone"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 39,
"generator": "plain-cliffs"
}
],
"generators": [{
"min": 4,
"max": 39,
"generator": "plain-cliffs"
}],
"derivative": "WARPED_FOREST",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "warped_hyphae"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "warped_hyphae"
}
]
},
"rarity": 19,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 4,
@@ -361,4 +559,4 @@
}
]
}
}
}

View File

@@ -3,75 +3,97 @@
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"decorators": [{
"chance": 0.009,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
"block": "stone_button"
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
],
"style": {"style": "STATIC"}
}],
"objects": [{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
}
],
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
}],
],
"name": "Shattered Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "gravel"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -89,13 +111,23 @@
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -105,4 +137,4 @@
"SWAMP"
],
"rarity": 2
}
}

View File

@@ -3,94 +3,130 @@
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
}],
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"children": ["rocky-mountains-cliffs"],
"decorators": [{
"chance": 0.009,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
"biomeStyle": {
"style": "IRIS"
},
"children": [
"rocky-mountains-cliffs"
],
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
"block": "stone_button"
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
],
"style": {"style": "STATIC"}
}],
}
],
"name": "Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "gravel"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 29,
"max": 63,
"generator": "plain"
}],
"generators": [
{
"min": 29,
"max": 63,
"generator": "plain"
}
],
"childShrinkFactor": 8,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -100,4 +136,4 @@
"SWAMP"
],
"rarity": 7
}
}

View File

@@ -1,45 +1,77 @@
{
"decorators": [
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.055,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -97,20 +129,44 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{"block": "stone"},
{"block": "clay"},
{"block": "cobblestone"},
{"block": "gravel"},
{"block": "cobblestone"},
{"block": "dirt"},
{"block": "cobblestone"},
{"block": "andesite"}
{
"block": "stone"
},
{
"block": "clay"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
},
{
"block": "cobblestone"
},
{
"block": "dirt"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
@@ -119,29 +175,49 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -41,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -41,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "clay"},
{"block": "cobblestone"},
{"block": "stone"},
{"block": "andesite"}
{
"block": "clay"
},
{
"block": "cobblestone"
},
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"rarity": 3,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -150,7 +226,9 @@
},
"block": "cobblestone_slab"
},
{"block": "air"}
{
"block": "air"
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.004,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -13,31 +15,57 @@
},
"block": "dark_oak_button"
},
{"block": "air"}
{
"block": "air"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 9.0E-5,
"variance": {"style": "STATIC"},
"chance": 0.00009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "wither_rose"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "poppy"}
{
"block": "wither_rose"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "poppy"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 4,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"name": "Swamp Beach",
@@ -45,15 +73,23 @@
{
"minHeight": 3,
"maxHeight": 6,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{
"block": "dirt"
},
{
"weight": 2,
"block": "coarse_dirt"
@@ -61,15 +97,23 @@
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SWAMP",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -91,4 +135,4 @@
}
]
}
}
}

View File

@@ -2,24 +2,42 @@
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{"block": "dead_bush"},
{"block": "brown_mushroom"}
{
"block": "dead_bush"
},
{
"block": "brown_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -39,14 +57,24 @@
"block": "dark_oak_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -62,7 +90,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -74,16 +104,40 @@
"density": 2,
"edit": [
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
},
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
"find": [
"SPRUCE_LEAVES"
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
"find": [
"BIRCH_LEAVES"
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}
],
"rotation": {
@@ -175,39 +229,73 @@
"name": "Swamp Denmyre",
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -2,17 +2,27 @@
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{"block": "dead_bush"},
{"block": "red_mushroom"}
{
"block": "dead_bush"
},
{
"block": "red_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -32,31 +42,53 @@
"block": "dark_oak_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "wither_rose"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "poppy"}
{
"block": "wither_rose"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "poppy"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.45,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 2.56E-4,
"chance": 0.000256,
"rotation": {
"yAxis": {
"min": 0,
@@ -66,7 +98,9 @@
},
"enabled": true
},
"place": ["grave/grave"],
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
@@ -108,20 +142,52 @@
"chance": 0.18,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -203,20 +269,52 @@
"chance": 0.08,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -245,45 +343,73 @@
],
"name": "Swamp Mountains",
"layers": [
{"palette": [{"block": "grass_block"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "andesite"},
{"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 3.14,
"shuffle": 16,
"ratio": 0.59,
"height": 67,
"rarity": 33
}],
"generators": [{
"min": 13,
"max": 32,
"generator": "mountain"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 3.14,
"shuffle": 16,
"ratio": 0.59,
"height": 67,
"rarity": 33
}
],
"generators": [
{
"min": 13,
"max": 32,
"generator": "mountain"
}
],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -1,25 +1,45 @@
{
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -34,7 +54,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -53,7 +75,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -96,155 +120,221 @@
}
],
"name": "Gleaming Murky Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"},
{"block": "shroomlight"}
"zoom": 0.1,
"palette": [
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
},
{
"block": "shroomlight"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "SWAMP",
"rarity": 11,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -266,4 +356,4 @@
}
]
}
}
}

View File

@@ -1,32 +1,56 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 5
}],
"children": ["swamp-murky-cavern-gleaming"],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 5
}
],
"children": [
"swamp-murky-cavern-gleaming"
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -41,7 +65,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -60,7 +86,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -103,33 +131,49 @@
}
],
"name": "Murky Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stone"},
{
"weight": 2,
"block": "cobblestone"
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{"block": "mossy_stone_brick"}
"zoom": 0.1,
"palette": [
{
"block": "stone"
},
{
"weight": 2,
"block": "cobblestone"
},
{
"weight": 2,
"block": "mossy_cobblestone"
},
{
"block": "mossy_stone_brick"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "SWAMP",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -151,4 +195,4 @@
}
]
}
}
}

View File

@@ -3,53 +3,99 @@
{
"partOf": "SEA_SURFACE",
"chance": 0.025,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 2.25,
"palette": [{"block": "lily_pad"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "lily_pad"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.125,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.004,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -67,33 +113,37 @@
"block": "sea_pickle"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.05,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.05,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
}],
],
"name": "Swamp Ocean",
"layers": [
{
@@ -109,13 +159,27 @@
},
"zoom": 0.825,
"palette": [
{"block": "sand"},
{"block": "dirt"},
{"block": "gravel"},
{"block": "clay"}
{
"block": "sand"
},
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
@@ -124,30 +188,46 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -41,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -41,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "clay"},
{
"block": "clay"
},
{
"weight": 2,
"block": "smooth_sandstone"
},
{"block": "sand"}
{
"block": "sand"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -169,4 +249,4 @@
}
]
}
}
}

View File

@@ -1,32 +1,64 @@
{
"children": ["swamp-dark-oak-denmyre"],
"children": [
"swamp-dark-oak-denmyre"
],
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "dead_bush"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
{
"block": "dead_bush"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 2.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "crimson_fungus"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "crimson_fungus"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.45,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -34,12 +66,28 @@
"chance": 0.5,
"edit": [
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
"find": [
"SPRUCE_LEAVES"
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
"find": [
"BIRCH_LEAVES"
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}
],
"rotation": {
@@ -75,12 +123,28 @@
"chance": 0.5,
"edit": [
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
"find": [
"SPRUCE_LEAVES"
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
"find": [
"BIRCH_LEAVES"
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}
],
"rotation": {
@@ -141,20 +205,52 @@
"chance": 0.1,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -184,20 +280,52 @@
"chance": 0.3,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -224,8 +352,12 @@
},
{
"chance": 0.001,
"rotation": {"enabled": false},
"place": ["stump/grave-1"],
"rotation": {
"enabled": false
},
"place": [
"stump/grave-1"
],
"translate": {
"x": 0,
"y": -1,
@@ -237,7 +369,9 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
@@ -253,41 +387,65 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 3.15,
"shuffle": 11,
"ratio": 0.58,
"height": 53,
"rarity": 36
}],
"generators": [{
"min": -7,
"max": -3,
"generator": "sharper"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 3.15,
"shuffle": 11,
"ratio": 0.58,
"height": 53,
"rarity": 36
}
],
"generators": [
{
"min": -7,
"max": -3,
"generator": "sharper"
}
],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -1,29 +1,55 @@
{
"children": ["swamp-dark-oak-denmyre"],
"children": [
"swamp-dark-oak-denmyre"
],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "dead_bush"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
{
"block": "dead_bush"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 2.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "crimson_fungus"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "crimson_fungus"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -43,14 +69,24 @@
"block": "dark_oak_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.45,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -58,12 +94,28 @@
"chance": 0.5,
"edit": [
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
"find": [
"SPRUCE_LEAVES"
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
"find": [
"BIRCH_LEAVES"
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}
],
"rotation": {
@@ -99,12 +151,28 @@
"chance": 0.5,
"edit": [
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
"find": [
"SPRUCE_LEAVES"
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
"find": [
"BIRCH_LEAVES"
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}
],
"rotation": {
@@ -165,20 +233,52 @@
"chance": 0.1,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -208,20 +308,52 @@
"chance": 0.3,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -248,8 +380,12 @@
},
{
"chance": 0.001,
"rotation": {"enabled": false},
"place": ["stump/grave-1"],
"rotation": {
"enabled": false
},
"place": [
"stump/grave-1"
],
"translate": {
"x": 0,
"y": -1,
@@ -261,7 +397,9 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
@@ -277,41 +415,65 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 3.15,
"shuffle": 11,
"ratio": 0.58,
"height": 53,
"rarity": 32
}],
"generators": [{
"min": 4,
"max": 11,
"generator": "plain"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 3.15,
"shuffle": 11,
"ratio": 0.58,
"height": 53,
"rarity": 32
}
],
"generators": [
{
"min": 4,
"max": 11,
"generator": "plain"
}
],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -29,34 +29,66 @@
"particleCount": 0
}
],
"children": ["swamp-dark-oak-denmyre"],
"children": [
"swamp-dark-oak-denmyre"
],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
},
{
"chance": 2.0E-4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "crimson_fungus"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
{
"block": "dead_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "crimson_fungus"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.45,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -64,20 +96,52 @@
"chance": 0.7,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -111,20 +175,52 @@
"chance": 0.2,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -177,20 +273,52 @@
"chance": 0.17,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -219,20 +347,52 @@
"chance": 0.08,
"edit": [
{
"find": ["oak_log"],
"replace": ["dark_oak_log"]
"find": [
"oak_log"
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
},
{
"find": ["oak_wood"],
"replace": ["dark_oak_wood"]
"find": [
"oak_wood"
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
},
{
"find": ["oak_fence"],
"replace": ["dark_oak_fence"]
"find": [
"oak_fence"
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
},
{
"find": ["dark_oak_planks"],
"replace": ["stripped_dark_oak_wood"]
"find": [
"dark_oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}
],
"rotation": {
@@ -259,9 +419,13 @@
}
},
{
"chance": 5.0E-5,
"rotation": {"enabled": false},
"place": ["stump/grave-1"],
"chance": 0.00005,
"rotation": {
"enabled": false
},
"place": [
"stump/grave-1"
],
"translate": {
"x": 0,
"y": -1,
@@ -273,7 +437,9 @@
"layers": [
{
"zoom": 0.5,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
@@ -289,41 +455,65 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "murky-stronghold",
"zoom": 3.14,
"shuffle": 16,
"ratio": 0.59,
"height": 58,
"rarity": 31
}],
"generators": [{
"min": 4,
"max": 11,
"generator": "plain"
}],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 3.14,
"shuffle": 16,
"ratio": 0.59,
"height": 58,
"rarity": 31
}
],
"generators": [
{
"min": 4,
"max": 11,
"generator": "plain"
}
],
"derivative": "SWAMP",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -13,7 +15,9 @@
},
"block": "stone_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -23,60 +27,92 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.09,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"objects": [{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "BEACH",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -98,4 +134,4 @@
}
]
}
}
}

View File

@@ -2,26 +2,50 @@
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "cornflower"}
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "cornflower"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.35,
"variance": {"style": "STATIC"},
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -40,13 +64,23 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.027,
"variance": {"style": "STATIC"},
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -62,7 +96,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -81,7 +117,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -91,10 +129,20 @@
{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["birch_planks"],
"replace": ["stripped_birch_wood"]
}],
"edit": [
{
"find": [
"birch_planks"
],
"replace": {
"palette": [
{
"block": "stripped_birch_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -158,40 +206,78 @@
"name": "Birch Denmyre",
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"loot": {"tables": ["forest-food"]},
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"derivative": "FOREST",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -16,7 +16,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -35,7 +37,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -124,92 +128,166 @@
],
"biomeZoom": 60,
"derivative": "PLAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 0.09,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "grass"},
{"block": "allium"},
{"block": "poppy"},
{"block": "dandelion"},
{"block": "azure_bluet"},
{"block": "pink_tulip"},
{"block": "lily_of_the_valley"}
{
"block": "grass"
},
{
"block": "allium"
},
{
"block": "poppy"
},
{
"block": "dandelion"
},
{
"block": "azure_bluet"
},
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": ["temperate-birch-denmyre"],
"children": [
"temperate-birch-denmyre"
],
"name": "Birch Forest",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.656,
"palette": [
{
"weight": 19,
"block": "grass_block"
},
{"block": "gravel"},
{
"block": "gravel"
},
{
"weight": 19,
"block": "grass_block"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"loot": {"tables": ["forest-food"]},
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}
}

View File

@@ -1,19 +1,31 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 7
}],
"children": ["temperate-lit-cavern"],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 7
}
],
"children": [
"temperate-lit-cavern"
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.008,
"palette": [{"block": "cobblestone_wall"}]
"palette": [
{
"block": "cobblestone_wall"
}
]
}
],
"objects": [
@@ -28,7 +40,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -47,7 +61,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -90,27 +106,45 @@
}
],
"name": "Cracked Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "cobblestone"}
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "PLAINS",
"rarity": 2,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -132,4 +166,4 @@
}
]
}
}
}

View File

@@ -6,130 +6,206 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "wither_rose"},
{"block": "oxeye_daisy"},
{"block": "pink_tulip"},
{"block": "lily_of_the_valley"}
{
"block": "wither_rose"
},
{
"block": "oxeye_daisy"
},
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "sunflower"},
{"block": "dandelion"},
{"block": "poppy"},
{"block": "rose_bush"}
{
"block": "sunflower"
},
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "rose_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.122,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{"block": "large_fern"},
{"block": "tall_grass"}
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.142,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "grass"},
{"block": "fern"}
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.35,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.35,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5",
"clutter/birch-clutt-1",
"clutter/birch-clutt-2",
"clutter/birch-clutt-3",
"clutter/birch-clutt-4",
"clutter/birch-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5",
"clutter/birch-clutt-1",
"clutter/birch-clutt-2",
"clutter/birch-clutt-3",
"clutter/birch-clutt-4",
"clutter/birch-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Highlands",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.256,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{"block": "podzol"},
{
"block": "podzol"
},
{
"weight": 4,
"block": "grass_block"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 22,
"max": 44,
"generator": "plain-chaotic"
}],
"generators": [
{
"min": 22,
"max": 44,
"generator": "plain-chaotic"
}
],
"biomeZoom": 9,
"derivative": "PLAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -139,4 +215,4 @@
"TAIGA_HILLS"
],
"rarity": 4
}
}

View File

@@ -1,22 +1,40 @@
{
"biomeSkyScatter": ["JUNGLE"],
"children": ["temperate-wilds"],
"biomeSkyScatter": [
"JUNGLE"
],
"children": [
"temperate-wilds"
],
"decorators": [
{
"chance": 0.19,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{
"data": {"age": 7},
"block": "wheat"
}],
"palette": [
{
"data": {
"age": 7
},
"block": "wheat"
}
],
"style": {
"style": "IRIS",
"zoom": 0.28
@@ -89,45 +107,81 @@
],
"name": "Island",
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 28,
"max": 42,
"generator": "plain"
}],
"generators": [
{
"min": 28,
"max": 42,
"generator": "plain"
}
],
"biomeZoom": 60,
"derivative": "PLAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}
}

View File

@@ -1,16 +1,28 @@
{
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.008,
"palette": [{"block": "andesite_wall"}]
"palette": [
{
"block": "andesite_wall"
}
]
},
{
"chance": 0.002,
"palette": [{"block": "torch"}]
"palette": [
{
"block": "torch"
}
]
}
],
"objects": [
@@ -25,7 +37,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -44,7 +58,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -87,26 +103,42 @@
}
],
"name": "Lit Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stone"},
{"block": "andesite"}
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "PLAINS",
"rarity": 6,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -128,4 +160,4 @@
}
]
}
}
}

View File

@@ -2,14 +2,24 @@
"decorators": [
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -29,14 +39,24 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -52,7 +72,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -62,10 +84,20 @@
{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["oak_planks"],
"replace": ["stripped_oak_wood"]
}],
"edit": [
{
"find": [
"oak_planks"
],
"replace": {
"palette": [
{
"block": "stripped_oak_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -129,40 +161,78 @@
"name": "Oak Denmyre",
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"loot": {"tables": ["forest-food"]},
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"derivative": "FOREST",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -52,7 +52,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -137,12 +139,28 @@
"chance": 0.01,
"edit": [
{
"find": ["WHITE_WOOL"],
"replace": ["OAK_WOOD"]
"find": [
"WHITE_WOOL"
],
"replace": {
"palette": [
{
"block": "oak_wood"
}
]
}
},
{
"find": ["BLACK_WOOL"],
"replace": ["OAK_WOOD"]
"find": [
"BLACK_WOOL"
],
"replace": {
"palette": [
{
"block": "oak_wood"
}
]
}
}
],
"rotation": {
@@ -154,7 +172,9 @@
},
"enabled": true
},
"place": ["sm-tree/oakw-oakl"],
"place": [
"sm-tree/oakw-oakl"
],
"translate": {
"x": 0,
"y": -3,
@@ -164,77 +184,145 @@
],
"biomeZoom": 60,
"derivative": "DEEP_LUKEWARM_OCEAN",
"biomeStyle": {"style": "IRIS"},
"children": ["temperate-oak-denmyre"],
"biomeStyle": {
"style": "IRIS"
},
"children": [
"temperate-oak-denmyre"
],
"decorators": [
{
"chance": 0.09,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "grass"},
{"block": "allium"},
{"block": "lily_of_the_valley"}
{
"block": "grass"
},
{
"block": "allium"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Oak Forest",
"layers": [
{
"style": {"style": "STATIC"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"loot": {"tables": ["forest-food"]},
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}
}

View File

@@ -1,45 +1,77 @@
{
"decorators": [
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -85,7 +117,9 @@
"ships/gall-2",
"ships/gall-3"
],
"clamp": {"minimumHeight": 4},
"clamp": {
"minimumHeight": 4
},
"translate": {
"x": 0,
"y": 0,
@@ -123,22 +157,42 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "FRACTAL_FBM_IRIS"},
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.725,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -147,26 +201,38 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"structures": [{
"tileset": "prismarine_temple",
"zoom": 0.88,
"height": 67,
"rarity": 199
}],
"generators": [{
"min": -75,
"max": -4,
"generator": "plain-chaotic"
}],
"loot": {"tables": ["ocean-clutter"]},
"structures": [
{
"tileset": "prismarine_temple",
"zoom": 0.88,
"height": 67,
"rarity": 199
}
],
"generators": [
{
"min": -75,
"max": -4,
"generator": "plain-chaotic"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_OCEAN",
"rarity": 6,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -188,4 +254,4 @@
}
]
}
}
}

View File

@@ -1,46 +1,80 @@
{
"children": ["temperate-ocean-deep"],
"children": [
"temperate-ocean-deep"
],
"decorators": [
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -125,22 +159,42 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "FRACTAL_FBM_IRIS"},
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.825,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -149,19 +203,29 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -41,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -41,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -183,4 +247,4 @@
}
]
}
}
}

View File

@@ -1,19 +1,31 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"children": ["temperate-lit-cavern"],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"children": [
"temperate-lit-cavern"
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.008,
"palette": [{"block": "andesite_wall"}]
"palette": [
{
"block": "andesite_wall"
}
]
}
],
"objects": [
@@ -28,7 +40,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -47,7 +61,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -90,25 +106,41 @@
}
],
"name": "Old Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stone"},
{"block": "andesite"}
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "PLAINS",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -130,4 +162,4 @@
}
]
}
}
}

View File

@@ -1,22 +1,40 @@
{
"biomeSkyScatter": ["JUNGLE"],
"children": ["temperate-wilds"],
"biomeSkyScatter": [
"JUNGLE"
],
"children": [
"temperate-wilds"
],
"decorators": [
{
"chance": 0.19,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{
"data": {"age": 7},
"block": "wheat"
}],
"palette": [
{
"data": {
"age": 7
},
"block": "wheat"
}
],
"style": {
"style": "IRIS",
"zoom": 0.28
@@ -89,45 +107,81 @@
],
"name": "Plains",
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"biomeZoom": 60,
"derivative": "PLAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}
}

View File

@@ -1,94 +1,148 @@
{
"decorators": [
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "River",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "FRACTAL_FBM_IRIS"},
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.825,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -97,19 +151,29 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -25,
"max": -11,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -25,
"max": -11,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -131,4 +195,4 @@
}
]
}
}
}

View File

@@ -3,133 +3,219 @@
"SWAMP",
"DESERT"
],
"children": ["temperate-highlands"],
"children": [
"temperate-highlands"
],
"decorators": [
{
"chance": 0.22,
"palette": [
{"block": "large_fern"},
{"block": "tall_grass"}
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
]
},
{
"chance": 0.42,
"palette": [
{"block": "grass"},
{"block": "fern"}
{
"block": "grass"
},
{
"block": "fern"
}
]
},
{
"chance": 0.003,
"palette": [
{"block": "wither_rose"},
{"block": "oxeye_daisy"},
{"block": "pink_tulip"},
{"block": "lily_of_the_valley"}
{
"block": "wither_rose"
},
{
"block": "oxeye_daisy"
},
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.02,
"palette": [
{"block": "dandelion"},
{"block": "poppy"},
{"block": "rose_bush"}
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "rose_bush"
}
]
},
{
"chance": 0.01,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [{
"data": {"age": 7},
"block": "potatoes"
}],
"style": {"style": "IRIS"}
"palette": [
{
"data": {
"age": 7
},
"block": "potatoes"
}
],
"style": {
"style": "IRIS"
}
},
{
"chance": 0.01,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [{
"data": {"age": 7},
"block": "carrots"
}],
"style": {"style": "IRIS"}
"palette": [
{
"data": {
"age": 7
},
"block": "carrots"
}
],
"style": {
"style": "IRIS"
}
},
{
"chance": 0.01,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [{
"data": {"age": 7},
"block": "beetroots"
}],
"style": {"style": "IRIS"}
"palette": [
{
"data": {
"age": 7
},
"block": "beetroots"
}
],
"style": {
"style": "IRIS"
}
}
],
"objects": [{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Wilds",
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"biomeZoom": 40,
"derivative": "PLAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -137,4 +223,4 @@
"PLAINS",
"TAIGA_HILLS"
]
}
}

View File

@@ -1,11 +1,15 @@
{
"entityInitialSpawns": [{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "panda",
"rarity": 4
}],
"biomeSkyScatter": ["DESERT"],
"entityInitialSpawns": [
{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "panda",
"rarity": 4
}
],
"biomeSkyScatter": [
"DESERT"
],
"objects": [
{
"chance": 0.5,
@@ -90,36 +94,50 @@
],
"biomeZoom": 10,
"derivative": "DESERT",
"biomeStyle": {"style": "IRIS"},
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"children": ["temperate-wilds"],
"biomeStyle": {
"style": "IRIS"
},
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"children": [
"temperate-wilds"
],
"decorators": [
{
"chance": 0.25,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"weight": 3,
"block": "grass"
},
{"block": "tall_grass"}
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"verticalZoom": 5,
"chance": 0.18,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 19,
"zoom": 5,
"palette": [
@@ -164,49 +182,87 @@
"block": "bamboo"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 3
}
],
"name": "Bamboo Forest",
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"BAMBOO_JUNGLE",
"DESERT"
]
}
}

View File

@@ -1,18 +1,22 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -23,7 +27,9 @@
},
"block": "jungle_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -33,75 +39,121 @@
"block": "jungle_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 5,
"chance": 0.21,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
}
],
"objects": [{
"chance": 1,
"edit": [{
"find": ["PLAYER_WALL_HEAD"],
"replace": ["air"]
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 1,
"edit": [
{
"find": [
"PLAYER_WALL_HEAD"
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm-4",
"palm/palm-5",
"palm/palm-6",
"palm/palm-7",
"palm/palm-8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm-4",
"palm/palm-5",
"palm/palm-6",
"palm/palm-7",
"palm/palm-8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Tropical Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {"palette": [{"block": "smooth_sandstone"}]},
"wall": {
"palette": [
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -123,4 +175,4 @@
}
]
}
}
}

View File

@@ -1,18 +1,26 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -37,55 +45,81 @@
"block": "sea_pickle"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.21,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_brain_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_bubble_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_fire_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_horn_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_tube_coral"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_brain_coral_fan"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_bubble_coral_fan"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_fire_coral_fan"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_horn_coral_fan"
},
{
"data": {"waterlogged": false},
"data": {
"waterlogged": false
},
"block": "dead_tube_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -100,7 +134,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -119,7 +155,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -162,31 +200,49 @@
}
],
"name": "Coral Cavern",
"layers": [{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{
"weight": 3,
"block": "dead_brain_coral_block"
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
{"block": "dead_tube_coral_block"},
{"block": "dead_brain_coral_block"},
{"block": "dead_fire_coral_block"}
"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"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "FOREST",
"rarity": 2,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -208,4 +264,4 @@
}
]
}
}
}

View File

@@ -1,18 +1,26 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -32,7 +40,9 @@
"block": "jungle_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -47,7 +57,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -66,7 +78,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -109,29 +123,39 @@
}
],
"name": "Tropical Root",
"layers": [{
"minHeight": 1,
"maxHeight": 3,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"weight": 4,
"block": "jungle_leaves"
"layers": [
{
"minHeight": 1,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
{
"weight": 8,
"block": "stripped_jungle_wood"
}
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"zoom": 0.1,
"palette": [
{
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"weight": 4,
"block": "jungle_leaves"
},
{
"weight": 8,
"block": "stripped_jungle_wood"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"derivative": "FOREST",
"rarity": 4
}
}

View File

@@ -1,14 +1,22 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [{
"chance": 1.0E-5,
"palette": [{"block": "barrel"}]
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 0.00001,
"palette": [
{
"block": "barrel"
}
]
}
],
"objects": [
{
"chance": 0.00175,
@@ -21,7 +29,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -40,7 +50,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -83,39 +95,59 @@
}
],
"name": "Tropical Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{
"weight": 2,
"block": "stone"
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
{"block": "jungle_leaves"},
{
"weight": 2,
"block": "stone"
},
{"block": "andesite"},
{
"weight": 2,
"block": "stone"
},
{"block": "andesite"},
{"block": "stone"}
"zoom": 0.1,
"palette": [
{
"weight": 2,
"block": "stone"
},
{
"block": "jungle_leaves"
},
{
"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"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "FOREST",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -137,4 +169,4 @@
}
]
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,18 +1,22 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -32,75 +36,121 @@
"block": "jungle_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 5,
"chance": 0.09,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
],
"objects": [{
"chance": 1,
"edit": [{
"find": ["PLAYER_WALL_HEAD"],
"replace": ["air"]
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 1,
"edit": [
{
"find": [
"PLAYER_WALL_HEAD"
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm4",
"palm/palm5",
"palm/palm6",
"palm/palm7",
"palm/palm8"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm4",
"palm/palm5",
"palm/palm6",
"palm/palm7",
"palm/palm8"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
}],
],
"name": "Tropical Island Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -7,
"max": -3,
"generator": "sharper"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -7,
"max": -3,
"generator": "sharper"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {"palette": [{"block": "smooth_sandstone"}]},
"wall": {
"palette": [
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -122,4 +172,4 @@
}
]
}
}
}

View File

@@ -1,35 +1,55 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{"block": "dead_bush"},
{"block": "brown_mushroom"}
{
"block": "dead_bush"
},
{
"block": "brown_mushroom"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -49,24 +69,44 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["jungle_planks"],
"replace": ["stripped_jungle_wood"]
}],
"edit": [
{
"find": [
"jungle_planks"
],
"replace": {
"palette": [
{
"block": "stripped_jungle_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -130,46 +170,78 @@
"name": "Jungle Denmyre",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.01,
"palette": [
{"block": "gravel"},
{
"block": "gravel"
},
{
"weight": 19,
"block": "grass_block"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 3
}
}

View File

@@ -1,16 +1,18 @@
{
"effects": [{
"particleAltX": 0.3,
"particleAltY": 1.960885,
"particleAltZ": 0.3,
"particleDistanceWidth": 8,
"chance": 1,
"particleEffect": "BUBBLE_COLUMN_UP",
"particleDistance": 5,
"particleOffset": 2,
"interval": 350,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.3,
"particleAltY": 1.960885,
"particleAltZ": 0.3,
"particleDistanceWidth": 8,
"chance": 1,
"particleEffect": "BUBBLE_COLUMN_UP",
"particleDistance": 5,
"particleOffset": 2,
"interval": 350,
"particleCount": 0
}
],
"children": [
"tropical-coral-ocean",
"tropical-coral-ocean-cliffs"
@@ -18,111 +20,203 @@
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 3,
"zoom": 1,
"palette": [
{"block": "tube_coral_block"},
{"block": "brain_coral_block"},
{"block": "fire_coral_block"},
{"block": "horn_coral_block"},
{"block": "bubble_coral_block"}
{
"block": "tube_coral_block"
},
{
"block": "brain_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "horn_coral_block"
},
{
"block": "bubble_coral_block"
}
],
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.025,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.125,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "tube_coral"},
{"block": "tube_coral_fan"}
{
"block": "tube_coral"
},
{
"block": "tube_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "brain_coral"},
{"block": "brain_coral_fan"}
{
"block": "brain_coral"
},
{
"block": "brain_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "bubble_coral"},
{"block": "bubble_coral_fan"}
{
"block": "bubble_coral"
},
{
"block": "bubble_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "fire_coral"},
{"block": "fire_coral_fan"}
{
"block": "fire_coral"
},
{
"block": "fire_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "horn_coral"},
{"block": "horn_coral_fan"}
{
"block": "horn_coral"
},
{
"block": "horn_coral_fan"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0025,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -147,32 +241,36 @@
"block": "sea_pickle"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
}],
],
"name": "Tropical Ocean",
"layers": [
{
@@ -197,12 +295,24 @@
"weight": 2,
"block": "sand"
},
{"block": "dirt"},
{"block": "gravel"},
{"block": "clay"}
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
@@ -211,30 +321,52 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -24,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -24,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_WARM_OCEAN",
"wall": {
"palette": [
{"block": "tube_coral_block"},
{"block": "brain_coral_block"},
{"block": "fire_coral_block"},
{"block": "horn_coral_block"},
{"block": "bubble_coral_block"}
{
"block": "tube_coral_block"
},
{
"block": "brain_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "horn_coral_block"
},
{
"block": "bubble_coral_block"
}
],
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.1
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -256,4 +388,4 @@
}
]
}
}
}

View File

@@ -1,64 +1,102 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "tall_grass"
},
{
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
"fracture": {
"style": "STATIC"
}
}
},
{
"chance": 0.25,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 1,
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
{
"block": "grass"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 1.0E-4,
"chance": 0.0001,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 1,
"zoom": 10,
"palette": [{"block": "jungle_sapling"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "jungle_sapling"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
],
@@ -75,7 +113,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -168,12 +208,18 @@
"name": "Rainforest Hills",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.35,
"palette": [
{"block": "grass_block"},
{
"data": {"persistent": true},
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
@@ -185,46 +231,76 @@
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 32,
"max": 65,
"generator": "plain-cliffs"
}],
"generators": [
{
"min": 32,
"max": 65,
"generator": "plain-cliffs"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"}
{
"block": "stripped_jungle_wood"
}
]
},
"rarity": 8
}
}

View File

@@ -1,69 +1,111 @@
{
"seaLayers": [{
"minHeight": 64,
"maxHeight": 64,
"palette": [{"block": "air"}]
}],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"seaLayers": [
{
"minHeight": 64,
"maxHeight": 64,
"palette": [
{
"block": "air"
}
]
}
],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "tall_grass"
},
{
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
"fracture": {
"style": "STATIC"
}
}
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 10,
"palette": [{
"weight": 3,
"block": "jungle_wood"
}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"}
"palette": [
{
"weight": 3,
"block": "jungle_wood"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
{
"block": "grass"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"objects": [
@@ -79,7 +121,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -97,7 +141,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -213,12 +259,18 @@
"name": "Rainforest Oasis",
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{"block": "grass_block"},
{
"data": {"persistent": true},
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
@@ -230,46 +282,76 @@
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 49,
"max": 65,
"generator": "plain"
}],
"generators": [
{
"min": 49,
"max": 65,
"generator": "plain"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"}
{
"block": "stripped_jungle_wood"
}
]
},
"rarity": 2
}
}

View File

@@ -1,14 +1,16 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre"
@@ -16,53 +18,87 @@
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "tall_grass"
},
{
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
"fracture": {
"style": "STATIC"
}
}
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 10,
"palette": [{
"weight": 3,
"block": "jungle_wood"
}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"}
"palette": [
{
"weight": 3,
"block": "jungle_wood"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
{
"block": "grass"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"objects": [
@@ -78,7 +114,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -96,7 +134,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -212,12 +252,18 @@
"name": "Wicked Rainforest",
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{"block": "grass_block"},
{
"data": {"persistent": true},
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
@@ -229,46 +275,76 @@
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 3,
"max": 102,
"generator": "wicked"
}],
"generators": [
{
"min": 3,
"max": 102,
"generator": "wicked"
}
],
"derivative": "MODIFIED_JUNGLE",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"}
{
"block": "stripped_jungle_wood"
}
]
},
"rarity": 12
}
}

View File

@@ -1,14 +1,16 @@
{
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}
],
"children": [
"tropical-rainforest-hills",
"tropical-jungle-denmyre"
@@ -16,53 +18,87 @@
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "tall_grass"
},
{
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "grass"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
"fracture": {
"style": "STATIC"
}
}
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "IRIS"},
"variance": {
"style": "IRIS"
},
"zoom": 10,
"palette": [{
"weight": 3,
"block": "jungle_wood"
}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"}
"palette": [
{
"weight": 3,
"block": "jungle_wood"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
{
"block": "grass"
},
{
"block": "tall_grass"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"objects": [
@@ -78,7 +114,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -96,7 +134,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -212,12 +252,18 @@
"name": "Rainforest",
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"style": {
"style": "FRACTAL_BILLOW_IRIS"
},
"zoom": 0.6,
"palette": [
{"block": "grass_block"},
{
"data": {"persistent": true},
"block": "grass_block"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{
@@ -229,46 +275,76 @@
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 3,
"max": 9,
"generator": "sharp"
}],
"generators": [
{
"min": 3,
"max": 9,
"generator": "sharp"
}
],
"derivative": "JUNGLE",
"wall": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "stripped_jungle_wood"
},
{
"data": {
"persistent": true
},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"}
{
"block": "stripped_jungle_wood"
}
]
},
"rarity": 2
}
}

View File

@@ -1,45 +1,63 @@
{
"effects": [{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 150,
"particleCount": 0
}],
"effects": [
{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 150,
"particleCount": 0
}
],
"name": "Submerged Volcanic",
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.33,
"palette": [
{
"data": {"axis": "x"},
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"block": "basalt"
},
{"block": "magma_block"},
{
"data": {"axis": "x"},
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {"axis": "y"},
"block": "magma_block"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {"axis": "z"},
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
}
]
@@ -47,11 +65,19 @@
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -67,10 +93,16 @@
"generator": "plain"
}
],
"loot": {"tables": ["ocean-clutter"]},
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "WARM_OCEAN",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -79,7 +111,9 @@
},
"block": "blackstone_slab"
},
{"block": "air"}
{
"block": "air"
}
]
}
}
}

View File

@@ -5,25 +5,37 @@
"minHeight": 3,
"maxHeight": 6,
"palette": [
{"block": "stone"},
{"block": "andesite"}
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"derivative": "BEACH",
"rarity": 2,
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -45,4 +57,4 @@
}
]
}
}
}

View File

@@ -4,26 +4,36 @@
"chance": 0.006,
"palette": [
{
"data": {"eggs": 1},
"data": {
"eggs": 1
},
"block": "turtle_egg"
},
{
"data": {"eggs": 2},
"data": {
"eggs": 2
},
"block": "turtle_egg"
},
{
"data": {"eggs": 3},
"data": {
"eggs": 3
},
"block": "turtle_egg"
},
{
"data": {"eggs": 4},
"data": {
"eggs": 4
},
"block": "turtle_egg"
}
]
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -34,7 +44,9 @@
},
"block": "stone_button"
},
{"block": "air"},
{
"block": "air"
},
{
"data": {
"face": "floor",
@@ -44,7 +56,9 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"name": "Cold Beach",
@@ -52,25 +66,43 @@
{
"minHeight": 3,
"maxHeight": 6,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [{"block": "sand"}]
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [{
"min": -1,
"max": 1,
"generator": "plain"
}],
"loot": {"tables": ["beach-clutter"]},
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "BEACH",
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -92,4 +124,4 @@
}
]
}
}
}

View File

@@ -6,7 +6,9 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -26,67 +28,125 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.00145,
"variance": {"style": "STATIC"},
"palette": [{"block": "fern"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"palette": [{"block": "orange_tulip"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "orange_tulip"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"palette": [{"block": "poppy"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -101,7 +161,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -110,10 +172,20 @@
},
{
"chance": 0.8,
"edit": [{
"find": ["OAK_WOOD"],
"replace": ["SPRUCE_WOOD"]
}],
"edit": [
{
"find": [
"OAK_WOOD"
],
"replace": {
"palette": [
{
"block": "spruce_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -164,10 +236,23 @@
},
{
"chance": 0.75,
"edit": [{
"find": ["OAK_LEAVES"],
"replace": ["minecraft:birch_leaves[persistent=true]"]
}],
"edit": [
{
"find": [
"OAK_LEAVES"
],
"replace": {
"palette": [
{
"data": {
"persistent": true
},
"block": "birch_leaves"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -302,34 +387,60 @@
],
"name": "Bonsai Forest",
"layers": [
{"palette": [{"block": "podzol"}]},
{
"palette": [
{
"block": "podzol"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 17,
"max": 19,
"generator": "plain"
}],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"derivative": "TAIGA",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "coarse_dirt"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "coarse_dirt"
}
]
}
}
}

View File

@@ -1,87 +1,137 @@
{
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.002,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.0011,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0011,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [{
"chance": 9.0E-4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"objects": [
{
"chance": 0.0009,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"enabled": true
},
"place": ["grave/grave"],
"translate": {
"x": 0,
"y": 0,
"z": 0
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
}],
],
"name": "Tundra Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "cobblestone"},
{"block": "gravel"}
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
@@ -104,4 +154,4 @@
}
]
}
}
}

View File

@@ -6,57 +6,99 @@
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "white_tulip"},
{"block": "blue_orchid"},
{"block": "poppy"}
{
"block": "white_tulip"
},
{
"block": "blue_orchid"
},
{
"block": "poppy"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -146,10 +188,20 @@
},
{
"chance": 0.075,
"edit": [{
"find": ["OAK_WOOD"],
"replace": ["SPRUCE_WOOD"]
}],
"edit": [
{
"find": [
"OAK_WOOD"
],
"replace": {
"palette": [
{
"block": "spruce_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -198,15 +250,29 @@
],
"name": "Shattered Mountains",
"layers": [
{"palette": [{"block": "grass_block"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -224,13 +290,23 @@
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -240,4 +316,4 @@
"SWAMP"
],
"rarity": 4
}
}

View File

@@ -79,78 +79,136 @@
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"children": ["tundra-mountains-cliffs"],
"biomeStyle": {
"style": "IRIS"
},
"children": [
"tundra-mountains-cliffs"
],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.1,
"palette": [
{"block": "white_tulip"},
{"block": "blue_orchid"},
{"block": "poppy"}
{
"block": "white_tulip"
},
{
"block": "blue_orchid"
},
{
"block": "poppy"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Mountains",
"layers": [
{"palette": [{"block": "grass_block"}]},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 66,
"max": 89,
"generator": "mountain"
}],
"generators": [
{
"min": 66,
"max": 89,
"generator": "mountain"
}
],
"childShrinkFactor": 8,
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
@@ -160,4 +218,4 @@
"SWAMP"
],
"rarity": 2
}
}

View File

@@ -1,46 +1,80 @@
{
"children": ["rocky-ocean"],
"children": [
"rocky-ocean"
],
"decorators": [
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -99,21 +133,41 @@
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -122,27 +176,45 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -33,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -33,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "COLD_OCEAN",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -164,4 +236,4 @@
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,47 +24,93 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.00145,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "fern"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.015,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "orange_tulip"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "orange_tulip"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "poppy"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -123,10 +171,23 @@
},
{
"chance": 0.75,
"edit": [{
"find": ["OAK_LEAVES"],
"replace": ["minecraft:birch_leaves[persistent=true]"]
}],
"edit": [
{
"find": [
"OAK_LEAVES"
],
"replace": {
"palette": [
{
"data": {
"persistent": true
},
"block": "birch_leaves"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -246,24 +307,40 @@
}
},
"zoom": 0.2,
"palette": [{"block": "podzol"}]
"palette": [
{
"block": "podzol"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
@@ -281,8 +358,14 @@
],
"derivative": "TAIGA",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "coarse_dirt"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "coarse_dirt"
}
]
},
"rarity": 6
}
}

View File

@@ -6,7 +6,9 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
@@ -26,67 +28,125 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.00145,
"variance": {"style": "STATIC"},
"palette": [{"block": "fern"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"palette": [{"block": "orange_tulip"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "orange_tulip"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"palette": [{"block": "poppy"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -101,7 +161,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -165,10 +227,23 @@
},
{
"chance": 0.75,
"edit": [{
"find": ["OAK_LEAVES"],
"replace": ["minecraft:birch_leaves[persistent=true]"]
}],
"edit": [
{
"find": [
"OAK_LEAVES"
],
"replace": {
"palette": [
{
"data": {
"persistent": true
},
"block": "birch_leaves"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -303,34 +378,60 @@
],
"name": "Redwood Forest",
"layers": [
{"palette": [{"block": "podzol"}]},
{
"palette": [
{
"block": "podzol"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 17,
"max": 19,
"generator": "plain"
}],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"derivative": "TAIGA",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "coarse_dirt"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "coarse_dirt"
}
]
}
}
}

View File

@@ -1,46 +1,80 @@
{
"children": ["rocky-ocean"],
"children": [
"rocky-ocean"
],
"decorators": [
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -99,21 +133,41 @@
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
@@ -122,27 +176,45 @@
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
]
}
],
"generators": [{
"min": -33,
"max": -7,
"generator": "plain"
}],
"loot": {"tables": ["ocean-clutter"]},
"generators": [
{
"min": -33,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "COLD_OCEAN",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -164,4 +236,4 @@
}
]
}
}
}

View File

@@ -2,7 +2,9 @@
"decorators": [
{
"chance": 0.009,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
@@ -22,71 +24,129 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0445,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "fern"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.015,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "orange_tulip"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "orange_tulip"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "poppy"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -101,7 +161,9 @@
},
"enabled": true
},
"place": ["camp/camp"],
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
@@ -120,7 +182,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -256,30 +320,50 @@
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 17,
"max": 19,
"generator": "plain"
}],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"derivative": "TAIGA",
"wall": {
"style": {"style": "STATIC"},
"palette": [{"block": "coarse_dirt"}]
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "coarse_dirt"
}
]
},
"rarity": 7
}
}

View File

@@ -1,54 +1,86 @@
{
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.002,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
"palette": [
{
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0011,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{"block": "cobblestone_wall"},
{"block": "andesite_wall"}
{
"block": "cobblestone_wall"
},
{
"block": "andesite_wall"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 8.56E-4,
"chance": 0.000856,
"rotation": {
"yAxis": {
"min": 0,
@@ -58,7 +90,9 @@
},
"enabled": true
},
"place": ["grave/grave"],
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
@@ -67,15 +101,29 @@
},
{
"chance": 1,
"edit": [{
"find": ["Stone"],
"replace": [
"STONE",
"ANDESITE",
"COBBLESTONE",
"GRAVEL"
]
}],
"edit": [
{
"find": [
"Stone"
],
"replace": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -103,27 +151,47 @@
}
],
"name": "Spiked Tundra Cavern",
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "cobblestone"},
{"block": "gravel"}
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"loot": {"tables": ["cave-clutter"]},
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {"style": "IRIS"},
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
@@ -146,4 +214,4 @@
}
]
}
}
}

View File

@@ -2,61 +2,103 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
{
"block": "white_tulip"
},
{
"block": "cornflower"
},
{
"block": "blue_orchid"
},
{
"block": "lily_of_the_valley"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"palette": [
{"block": "grass"},
{"block": "fern"}
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {"style": "IRIS_DOUBLE"}
"style": {
"style": "IRIS_DOUBLE"
}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"palette": [
{"block": "grass"},
{"block": "fern"}
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"palette": [
{
"data": {
@@ -75,13 +117,23 @@
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -97,7 +149,9 @@
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
@@ -107,10 +161,20 @@
{
"chance": 0.5,
"density": 2,
"edit": [{
"find": ["spruce_planks"],
"replace": ["stripped_spruce_wood"]
}],
"edit": [
{
"find": [
"spruce_planks"
],
"replace": {
"palette": [
{
"block": "stripped_spruce_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -174,39 +238,73 @@
"name": "Spruce Denmyre",
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "SNOWY_TUNDRA",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -2,82 +2,144 @@
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "blue_orchid"}
{
"block": "white_tulip"
},
{
"block": "blue_orchid"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.023,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "poppy"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{"block": "wither_rose"},
{"block": "oxeye_daisy"},
{"block": "pink_tulip"}
{
"block": "wither_rose"
},
{
"block": "oxeye_daisy"
},
{
"block": "pink_tulip"
}
],
"style": {"style": "FRACTAL_SMOKE"}
"style": {
"style": "FRACTAL_SMOKE"
}
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{"block": "large_fern"},
{"block": "tall_grass"}
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
],
"style": {"style": "FRACTAL_SMOKE"}
"style": {
"style": "FRACTAL_SMOKE"
}
},
{
"chance": 0.21,
"variance": {"style": "STATIC"},
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{"block": "grass"},
{"block": "fern"}
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -92,7 +154,9 @@
},
"enabled": true
},
"place": ["grave/grave"],
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
@@ -148,10 +212,23 @@
},
{
"chance": 0.25,
"edit": [{
"find": ["OAK_LEAVES"],
"replace": ["minecraft:birch_leaves[persistent=true]"]
}],
"edit": [
{
"find": [
"OAK_LEAVES"
],
"replace": {
"palette": [
{
"data": {
"persistent": true
},
"block": "birch_leaves"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
@@ -234,46 +311,76 @@
"name": "Cold Tundra",
"layers": [
{
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"zoom": 0.92,
"palette": [{"block": "grass_block"}]
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"structures": [{
"tileset": "village-stone",
"zoom": 2,
"rarity": 159
}],
"generators": [{
"min": 5,
"max": 14,
"generator": "plain"
}],
"structures": [
{
"tileset": "village-stone",
"zoom": 2,
"rarity": 159
}
],
"generators": [
{
"min": 5,
"max": 14,
"generator": "plain"
}
],
"derivative": "GIANT_TREE_TAIGA",
"wall": {
"style": {"style": "STATIC"},
"style": {
"style": "STATIC"
},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}
}