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

New command added to iris

/iris std beautify <project>
or just 
/iris std beautify
while in a proj
This commit is contained in:
Brian Fopiano
2021-07-05 02:22:24 -07:00
parent a6ed97549a
commit 4d7403f685
373 changed files with 16720 additions and 25806 deletions

View File

@@ -2,89 +2,57 @@
"name": "Ruined portals template", "name": "Ruined portals template",
"derivative": "THE_VOID", "derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID", "vanillaDerivative": "THE_VOID",
"layers": [ "layers": [{"palette": [{"block": "grass_block"}]}],
{ "generators": [{
"palette": [
{
"block": "grass_block"
}
]
}
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"min": 0, "min": 0,
"max": 10 "max": 10
} }],
],
"objects": [ "objects": [
{ {
"name": "standard-surface", "name": "standard-surface",
"chance": 0.2, "chance": 0.2,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1", "global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "CARVING_ONLY" "carvingSupport": "CARVING_ONLY"
}, },
@@ -92,68 +60,44 @@
"name": "standard-underground", "name": "standard-underground",
"chance": 0.2, "chance": 0.2,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"carvingSupport": "CARVING_ONLY" "carvingSupport": "CARVING_ONLY"
} }
] ]

View File

@@ -6,62 +6,39 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"generators": [ "generators": [{
{
"min": -5, "min": -5,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
], "seaLayers": [{
"seaLayers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 7, "maxHeight": 7,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "packed_ice"}]
}, }],
"palette": [ "entityInitialSpawns": [{
{
"block": "packed_ice"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "wolf", "entity": "wolf",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 6 "rarity": 6
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -91,7 +68,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -112,7 +109,16 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/smol-ice-spike-1","ice-spikes/smol-ice-spike-2","ice-spikes/smol-ice-spike-3","ice-spikes/smol-ice-spike-4","ice-spikes/smol-ice-spike-5","ice-spikes/smol-ice-spike-6","ice-spikes/smol-ice-spike-7","ice-spikes/smol-ice-spike-8","ice-spikes/smol-ice-spike-9"], "ice-spikes/smol-ice-spike-1",
"ice-spikes/smol-ice-spike-2",
"ice-spikes/smol-ice-spike-3",
"ice-spikes/smol-ice-spike-4",
"ice-spikes/smol-ice-spike-5",
"ice-spikes/smol-ice-spike-6",
"ice-spikes/smol-ice-spike-7",
"ice-spikes/smol-ice-spike-8",
"ice-spikes/smol-ice-spike-9"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -133,7 +139,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -143,8 +154,7 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["snowy/snowulder"],
"snowy/snowulder"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -152,51 +162,34 @@
} }
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{
}, "data": {"layers": 5},
"palette": [
{
"data": {
"layers": 5
},
"block": "snow" "block": "snow"
} }]
]
} }
} }

View File

@@ -6,48 +6,29 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 7, "minHeight": 7,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -92,7 +73,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wonderland/twirlSpruce-1","wonderland/twirlSpruce-2","wonderland/twirlSpruce-3","wonderland/twirlSpruce-4","wonderland/twirlSpruce-5","wonderland/twirlSpruce-6","wonderland/twirlSpruce-7","wonderland/twirlSpruce-8","wonderland/twirlSpruce-9","wonderland/twirlSpruce-10"], "wonderland/twirlSpruce-1",
"wonderland/twirlSpruce-2",
"wonderland/twirlSpruce-3",
"wonderland/twirlSpruce-4",
"wonderland/twirlSpruce-5",
"wonderland/twirlSpruce-6",
"wonderland/twirlSpruce-7",
"wonderland/twirlSpruce-8",
"wonderland/twirlSpruce-9",
"wonderland/twirlSpruce-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -101,20 +92,9 @@
}, },
{ {
"chance": 0.005, "chance": 0.005,
"edit": [ "edit": [{
{ "find": [{"block": "vine"}],
"find": [ "replace": {"palette": [{"block": "air"}]}
{
"block": "vine"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -126,7 +106,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -134,56 +121,37 @@
} }
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
], "wall": {"palette": [
"wall": { {"block": "stone"},
"palette": [ {"block": "andesite"}
{ ]},
"block": "stone" "entityInitialSpawns": [{
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear", "entity": "polar-bear",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 7 "rarity": 7
} }]
]
} }

View File

@@ -6,16 +6,10 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "blue_ice"},
"block": "blue_ice" {"block": "packed_ice"},
},
{
"block": "packed_ice"
},
{ {
"weight": 6, "weight": 6,
"block": "ice" "block": "ice"
@@ -25,77 +19,45 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "ice"}]
},
"palette": [
{
"block": "ice"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "blackstone"}]
},
"palette": [
{
"block": "blackstone"
}
]
} }
], ],
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "entitySpawnOverrides": [{
"entitySpawnOverrides": [
{
"trigger": "SKELETON", "trigger": "SKELETON",
"entity": "shroud", "entity": "shroud",
"cancelSourceSpawn": true, "cancelSourceSpawn": true,
"rarity": 12 "rarity": 12
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "cornflower"}],
{ "style": {"style": "STATIC"}
"block": "cornflower"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "blackstone_wall"}],
{ "style": {"style": "STATIC"}
"block": "blackstone_wall"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {

View File

@@ -6,42 +6,27 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 5, "maxHeight": 5,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "andesite"},
"block": "andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "stone" "block": "stone"
@@ -63,13 +48,11 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"generators": [ "generators": [{
{
"min": 14, "min": 14,
"max": 65, "max": 65,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"biomeScatter": [ "biomeScatter": [
"ICE_SPIKES", "ICE_SPIKES",
"FROZEN_OCEAN", "FROZEN_OCEAN",
@@ -94,7 +77,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -114,7 +117,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"frosted-spruce/large-5","frosted-spruce/large-6","frosted-spruce/large-7","frosted-spruce/large-8","frosted-spruce/large-9","frosted-spruce/large-10","frosted-spruce/large-12","frosted-spruce/large-13","frosted-spruce/large-14","frosted-spruce/large-15","frosted-spruce/large-16","frosted-spruce/large-17","frosted-spruce/large-18","frosted-spruce/large-19","frosted-spruce/large-20","frosted-spruce/large-21","frosted-spruce/large-22","frosted-spruce/large-23","frosted-spruce/large-24","frosted-spruce/large-25"], "frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-10",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -134,7 +157,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"frosted-spruce/large-22","frosted-spruce/large-23","frosted-spruce/large-24","frosted-spruce/large-25"], "frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -155,7 +182,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -164,67 +196,46 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "decorators": [{
},
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1 "block": "snow"
}, },
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 5},
"block": "snow" "block": "snow"
}, },
{ {
"block": "air" "data": {"layers": 6},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"block": "air" "data": {"layers": 7},
},
{
"data": {
"layers": 5
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 8},
"layers": 6
},
"block": "snow"
},
{
"data": {
"layers": 7
},
"block": "snow"
},
{
"data": {
"layers": 8
},
"block": "snow" "block": "snow"
} }
] ]
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "sheep", "entity": "sheep",
@@ -240,13 +251,7 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS" "palette": [{"block": "packed_ice"}]
},
"palette": [
{
"block": "packed_ice"
}
]
} }
} }

View File

@@ -2,9 +2,7 @@
"name": "Frozen Mountain Middle", "name": "Frozen Mountain Middle",
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"children": [ "children": ["frozen/mountain-cliffs"],
"frozen/mountain-cliffs"
],
"generators": [ "generators": [
{ {
"generator": "mountain", "generator": "mountain",
@@ -25,43 +23,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.295 "maximumSlope": 3.295
}, },
"palette": [ "palette": [{"block": "snow_block"}]
},
{ {
"block": "snow_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -71,11 +51,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -84,47 +60,32 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"biomeScatter": [ "biomeScatter": [
"PLAINS", "PLAINS",
"FOREST" "FOREST"
@@ -139,24 +100,12 @@
"zoom": 0.9 "zoom": 0.9
} }
}, },
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"biomeZoom": 0.4, "biomeZoom": 0.4,
"biomeSkyScatter": [ "biomeSkyScatter": ["MOUNTAINS"],
"MOUNTAINS" "wall": {"palette": [
], {"block": "ice"},
"wall": { {"block": "ice"},
"palette": [ {"block": "cave_air"}
{ ]}
"block": "ice"
},
{
"block": "ice"
},
{
"block": "cave_air"
}
]
}
} }

View File

@@ -15,69 +15,42 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.295 "maximumSlope": 3.295
}, },
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "gravel"},
"block": "gravel" {"block": "cyan_terracotta"}
},
{
"block": "cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "gravel"}
{
"block": "andesite"
},
{
"block": "gravel"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -95,47 +68,34 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"generators": [ "generators": [{
{
"min": 70, "min": 70,
"max": 140, "max": 140,
"generator": "plain" "generator": "plain"
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {
"style": "IRIS", "style": "IRIS",
@@ -147,14 +107,8 @@
"TAIGA_HILLS", "TAIGA_HILLS",
"MOUNTAINS" "MOUNTAINS"
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"}
"block": "stone" ]}
},
{
"block": "andesite"
}
]
}
} }

View File

@@ -2,49 +2,32 @@
"name": "Frozen Mountains", "name": "Frozen Mountains",
"derivative": "SNOWY_TAIGA_MOUNTAINS", "derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS",
"children": [ "children": ["frozen/peak"],
"frozen/peak"
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "andesite"},
"block": "andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "stone" "block": "stone"
@@ -97,7 +80,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -117,7 +120,26 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"frosted-spruce/large-5","frosted-spruce/large-6","frosted-spruce/large-7","frosted-spruce/large-8","frosted-spruce/large-9","frosted-spruce/large-12","frosted-spruce/large-13","frosted-spruce/large-14","frosted-spruce/large-15","frosted-spruce/large-16","frosted-spruce/large-17","frosted-spruce/large-18","frosted-spruce/large-19","frosted-spruce/large-20","frosted-spruce/large-21","frosted-spruce/large-22","frosted-spruce/large-23","frosted-spruce/large-24","frosted-spruce/large-25"], "frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -127,8 +149,7 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["snowy/snowulder"],
"snowy/snowulder"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -149,7 +170,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -172,52 +198,35 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "decorators": [{
},
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"childShrinkFactor": 25, "childShrinkFactor": 25,
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "andesite"},
"block": "andesite"
},
{ {
"weight": 2, "weight": 2,
"block": "stone" "block": "stone"

View File

@@ -3,89 +3,61 @@
"derivative": "FROZEN_OCEAN", "derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN", "vanillaDerivative": "FROZEN_OCEAN",
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "dirt"},
{ {"block": "gravel"},
"block": "dirt" {"block": "stone"}
}, ]},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
"block": "sand" "block": "sand"
}, },
{ {"block": "clay"},
"block": "clay" {"block": "gravel"},
}, {"block": "dirt"}
{
"block": "gravel"
},
{
"block": "dirt"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": -12, "min": -12,
"max": -7, "max": -7,
"generator": "plain" "generator": "plain"
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"seaLayers": [ "seaLayers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"style": { "style": {
"style": "FRACTAL_WATER","fracture": { "style": "FRACTAL_WATER",
"fracture": {
"multiplier": 9.25, "multiplier": 9.25,
"style": "IRIS_DOUBLE" "style": "IRIS_DOUBLE"
} }
@@ -100,9 +72,7 @@
"weight": 3, "weight": 3,
"block": "packed_ice" "block": "packed_ice"
}, },
{ {"block": "blue_ice"},
"block": "blue_ice"
},
{ {
"weight": 3, "weight": 3,
"block": "packed_ice" "block": "packed_ice"
@@ -116,11 +86,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
} }
], ],
"objects": [ "objects": [
@@ -139,7 +105,16 @@
}, },
"onwater": true, "onwater": true,
"place": [ "place": [
"ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -161,7 +136,16 @@
}, },
"onwater": true, "onwater": true,
"place": [ "place": [
"ice-spikes/smol-ice-spike-1","ice-spikes/smol-ice-spike-2","ice-spikes/smol-ice-spike-3","ice-spikes/smol-ice-spike-4","ice-spikes/smol-ice-spike-5","ice-spikes/smol-ice-spike-6","ice-spikes/smol-ice-spike-7","ice-spikes/smol-ice-spike-8","ice-spikes/smol-ice-spike-9"], "ice-spikes/smol-ice-spike-1",
"ice-spikes/smol-ice-spike-2",
"ice-spikes/smol-ice-spike-3",
"ice-spikes/smol-ice-spike-4",
"ice-spikes/smol-ice-spike-5",
"ice-spikes/smol-ice-spike-6",
"ice-spikes/smol-ice-spike-7",
"ice-spikes/smol-ice-spike-8",
"ice-spikes/smol-ice-spike-9"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -182,7 +166,12 @@
}, },
"onwater": true, "onwater": true,
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -192,8 +181,7 @@
{ {
"chance": 0.0325, "chance": 0.0325,
"density": 1, "density": 1,
"place": [ "place": ["snowy/snowulder"],
"snowy/snowulder"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,

View File

@@ -6,20 +6,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "ice"}]
{
"block": "ice"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "ice"}]
{
"block": "ice"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -30,24 +22,14 @@
"block": "packed_ice" "block": "packed_ice"
}, },
{ {
"data": { "data": {"axis": "x"},
"axis": "x"
},
"block": "basalt" "block": "basalt"
}, },
{"block": "blackstone"},
{"block": "packed_ice"},
{"block": "cobblestone"},
{ {
"block": "blackstone" "data": {"axis": "x"},
},
{
"block": "packed_ice"
},
{
"block": "cobblestone"
},
{
"data": {
"axis": "x"
},
"block": "basalt" "block": "basalt"
}, },
{ {
@@ -55,25 +37,17 @@
"block": "packed_ice" "block": "packed_ice"
}, },
{ {
"data": { "data": {"axis": "x"},
"axis": "x"
},
"block": "basalt" "block": "basalt"
}, },
{ {
"weight": 2, "weight": 2,
"block": "packed_ice" "block": "packed_ice"
}, },
{"block": "obsidian"},
{"block": "packed_ice"},
{ {
"block": "obsidian" "data": {"axis": "x"},
},
{
"block": "packed_ice"
},
{
"data": {
"axis": "x"
},
"block": "basalt" "block": "basalt"
}, },
{ {
@@ -81,9 +55,7 @@
"block": "packed_ice" "block": "packed_ice"
}, },
{ {
"data": { "data": {"axis": "y"},
"axis": "y"
},
"block": "basalt" "block": "basalt"
}, },
{ {
@@ -91,9 +63,7 @@
"block": "packed_ice" "block": "packed_ice"
}, },
{ {
"data": { "data": {"axis": "z"},
"axis": "z"
},
"block": "basalt" "block": "basalt"
} }
] ]
@@ -101,19 +71,11 @@
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -129,40 +91,29 @@
"generator": "mountain" "generator": "mountain"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"biomeSkyScatter": [ "biomeSkyScatter": [
"SNOWY_TAIGA", "SNOWY_TAIGA",
"SNOWY_MOUNTAINS" "SNOWY_MOUNTAINS"
@@ -182,7 +133,16 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -203,7 +163,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -226,9 +191,7 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"biomeScatter": [ "biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS", "SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS", "TAIGA_HILLS",

View File

@@ -6,58 +6,37 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 28, "maxHeight": 28,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 20, "max": 20,
"min": 6 "min": 6
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -72,54 +51,45 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
], "wall": {"palette": [
"wall": { {"block": "stone"},
"palette": [ {"block": "andesite"}
{ ]},
"block": "stone" "objects": [{
},
{
"block": "andesite"
}
]
},
"objects": [
{
"place": [ "place": [
"pine/pine1","pine/pine2","pine/pine3","pine/pine4","pine/pine5","pine/pine6","pine/pine7","pine/pine8","pine/pine9"], "pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9"
],
"chance": 0.9, "chance": 0.9,
"rotation": { "rotation": {
"enabled": true, "enabled": true,
@@ -131,18 +101,16 @@
} }
}, },
"warp": { "warp": {
"style": "IRIS_DOUBLE","exponent": 1.2, "style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4 "zoom": 0.4
}, },
"snow": 0.1 "snow": 0.1
} }],
], "entityInitialSpawns": [{
"entityInitialSpawns": [
{
"entity": "polar-bear", "entity": "polar-bear",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 7 "rarity": 7
} }]
]
} }

View File

@@ -2,9 +2,7 @@
"name": "Frozen Pine Plains", "name": "Frozen Pine Plains",
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"children": [ "children": ["frozen/pine-hills"],
"frozen/pine-hills"
],
"generators": [ "generators": [
{ {
"generator": "plain", "generator": "plain",
@@ -21,48 +19,29 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -80,54 +59,45 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
], "wall": {"palette": [
"wall": { {"block": "stone"},
"palette": [ {"block": "andesite"}
{ ]},
"block": "stone" "objects": [{
},
{
"block": "andesite"
}
]
},
"objects": [
{
"place": [ "place": [
"pine/pine1","pine/pine2","pine/pine3","pine/pine4","pine/pine5","pine/pine6","pine/pine7","pine/pine8","pine/pine9"], "pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9"
],
"chance": 0.09, "chance": 0.09,
"rotation": { "rotation": {
"enabled": true, "enabled": true,
@@ -139,18 +109,16 @@
} }
}, },
"warp": { "warp": {
"style": "IRIS_DOUBLE","exponent": 1.2, "style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4 "zoom": 0.4
}, },
"snow": 0.1 "snow": 0.1
} }],
], "entityInitialSpawns": [{
"entityInitialSpawns": [
{
"entity": "polar-bear", "entity": "polar-bear",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 7 "rarity": 7
} }]
]
} }

View File

@@ -2,64 +2,39 @@
"name": "Frozen Pines", "name": "Frozen Pines",
"derivative": "SNOWY_TAIGA_MOUNTAINS", "derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"children": [ "children": ["frozen/vander"],
"frozen/vander"
],
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -108,7 +83,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -118,22 +113,12 @@
{ {
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"edit": [ "edit": [{
{ "find": [{"block": "spruce_leaves"}],
"find": [ "replace": {"palette": [{
{ "block": "spruce_leaves",
"block": "spruce_leaves" "data": {"persistent": true}
} }]}
],
"replace": {
"palette": [
{
"block": "spruce_leaves", "data": {
"persistent": true
}
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -145,7 +130,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_medium1","evergreen/fantasy_evergreen_medium2","evergreen/fantasy_evergreen_medium3"], "evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -166,7 +156,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -175,43 +170,30 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "decorators": [{
},
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "sheep", "entity": "sheep",
@@ -228,19 +210,11 @@
], ],
"childShrinkFactor": 20, "childShrinkFactor": 20,
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,9 +2,7 @@
"name": "Frozen Plains", "name": "Frozen Plains",
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"children": [ "children": ["frozen/hills"],
"frozen/hills"
],
"generators": [ "generators": [
{ {
"min": 4, "min": 4,
@@ -21,48 +19,29 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -80,43 +59,32 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"objects": [ "objects": [
{ {
"chance": 0.000256, "chance": 2.56E-4,
"snow": 0.25, "snow": 0.25,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -127,8 +95,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["grave/grave"],
"grave/grave"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -137,20 +104,9 @@
}, },
{ {
"chance": 0.005, "chance": 0.005,
"edit": [ "edit": [{
{ "find": [{"block": "vine"}],
"find": [ "replace": {"palette": [{"block": "air"}]}
{
"block": "vine"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -162,7 +118,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -183,7 +146,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -204,7 +187,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wonderland/twirlSpruce-1","wonderland/twirlSpruce-2","wonderland/twirlSpruce-3","wonderland/twirlSpruce-4","wonderland/twirlSpruce-5","wonderland/twirlSpruce-6","wonderland/twirlSpruce-7","wonderland/twirlSpruce-8","wonderland/twirlSpruce-9","wonderland/twirlSpruce-10"], "wonderland/twirlSpruce-1",
"wonderland/twirlSpruce-2",
"wonderland/twirlSpruce-3",
"wonderland/twirlSpruce-4",
"wonderland/twirlSpruce-5",
"wonderland/twirlSpruce-6",
"wonderland/twirlSpruce-7",
"wonderland/twirlSpruce-8",
"wonderland/twirlSpruce-9",
"wonderland/twirlSpruce-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -225,7 +218,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -244,8 +242,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -266,7 +263,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -276,8 +278,7 @@
{ {
"chance": 0.0125, "chance": 0.0125,
"density": 1, "density": 1,
"place": [ "place": ["snowy/snowulder"],
"snowy/snowulder"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -285,16 +286,10 @@
} }
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"}
"block": "stone" ]},
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "polar-bear", "entity": "polar-bear",

View File

@@ -17,48 +17,29 @@
"layers": [ "layers": [
{ {
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -95,7 +76,27 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ic-1","ice-spikes/ic-2","ice-spikes/ic-3","ice-spikes/ic-4","ice-spikes/ic-5","ice-spikes/ic-6","ice-spikes/ic-7","ice-spikes/ic-8","ice-spikes/ic-9","ice-spikes/ic-10","ice-spikes/ic-11","ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -105,30 +106,19 @@
{ {
"chance": 0.4, "chance": 0.4,
"density": 2, "density": 2,
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "birch_leaves"},
"block": "birch_leaves" {"block": "spruce_leaves"},
}, {"block": "oak_leaves"}
{
"block": "spruce_leaves"
},
{
"block": "oak_leaves"
}
], ],
"replace": { "replace": {"palette": [
"palette": [
{ {
"weight": 4, "weight": 4,
"block": "ice" "block": "ice"
}, },
{ {"block": "packed_ice"}
"block": "packed_ice" ]}
}
]
}
}], }],
"snow": 1, "snow": 1,
"rotation": { "rotation": {
@@ -141,7 +131,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"true-redwood/true-redwood-1","true-redwood/true-redwood-2","true-redwood/true-redwood-3","true-redwood/true-redwood-4","true-redwood/true-redwood-5","true-redwood/true-redwood-6","true-redwood/true-redwood-7","true-redwood/true-redwood-8","true-redwood/true-redwood-9","true-redwood/true-redwood-10"], "true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -10, "y": -10,
@@ -162,7 +162,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -185,57 +190,36 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "decorators": [{
},
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -3,44 +3,22 @@
"derivative": "DEEP_FROZEN_OCEAN", "derivative": "DEEP_FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_RIVER", "vanillaDerivative": "FROZEN_RIVER",
"layers": [ "layers": [
{ {"palette": [
"palette": [ {"block": "dirt"},
{ {"block": "gravel"},
"block": "dirt" {"block": "stone"}
}, ]},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
@@ -48,19 +26,18 @@
] ]
} }
], ],
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -10, "max": -10,
"min": -19 "min": -19
} }],
],
"seaLayers": [ "seaLayers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"style": { "style": {
"style": "FRACTAL_WATER","fracture": { "style": "FRACTAL_WATER",
"fracture": {
"multiplier": 9.25, "multiplier": 9.25,
"style": "IRIS_DOUBLE" "style": "IRIS_DOUBLE"
} }
@@ -75,9 +52,7 @@
"weight": 3, "weight": 3,
"block": "packed_ice" "block": "packed_ice"
}, },
{ {"block": "blue_ice"},
"block": "blue_ice"
},
{ {
"weight": 3, "weight": 3,
"block": "packed_ice" "block": "packed_ice"
@@ -91,11 +66,7 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "packed_ice"}]
{
"block": "packed_ice"
}
]
} }
], ],
"objects": [ "objects": [
@@ -114,7 +85,16 @@
}, },
"onwater": true, "onwater": true,
"place": [ "place": [
"ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"], "ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
@@ -136,7 +116,12 @@
}, },
"onwater": true, "onwater": true,
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,

View File

@@ -6,58 +6,37 @@
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 28, "maxHeight": 28,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 20, "max": 20,
"min": 6 "min": 6
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -72,42 +51,30 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
], "objects": [{
"objects": [
{
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"rotation": { "rotation": {
@@ -120,30 +87,26 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_medium1","evergreen/fantasy_evergreen_medium2","evergreen/fantasy_evergreen_medium3"], "evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
], "wall": {"palette": [
"wall": { {"block": "stone"},
"palette": [ {"block": "andesite"}
{ ]},
"block": "stone" "entityInitialSpawns": [{
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear", "entity": "polar-bear",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 7 "rarity": 7
} }]
]
} }

View File

@@ -2,55 +2,34 @@
"name": "Frozen Spruce Plains", "name": "Frozen Spruce Plains",
"derivative": "SNOWY_TAIGA", "derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA",
"children": [ "children": ["frozen/spruce-hills"],
"frozen/spruce-hills"
],
"layers": [ "layers": [
{ {
"minHeight": 0, "minHeight": 0,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{
{ "block": "grass_block",
"block": "grass_block", "data": { "data": {"snowy": true}
"snowy": true }]
}
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 7, "maxHeight": 7,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -68,61 +47,43 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 6, "max": 6,
"min": 3 "min": 3
} }],
], "decorators": [{
"decorators": [
{
"chance": 1, "chance": 1,
"variance": { "variance": {
"style": "IRIS","zoom": 0.2 "style": "IRIS",
"zoom": 0.2
}, },
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1 "block": "snow"
}, },
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 2},
"block": "snow" "block": "snow"
}, },
{ {
"block": "air" "data": {"layers": 3},
},
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"block": "air"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow" "block": "snow"
} }
] ]
} }],
], "objects": [{
"objects": [
{
"chance": 0.8, "chance": 0.8,
"snow": 1, "snow": 1,
"rotation": { "rotation": {
@@ -135,30 +96,26 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_medium1","evergreen/fantasy_evergreen_medium2","evergreen/fantasy_evergreen_medium3"], "evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
], "wall": {"palette": [
"wall": { {"block": "stone"},
"palette": [ {"block": "andesite"}
{ ]},
"block": "stone" "entityInitialSpawns": [{
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear", "entity": "polar-bear",
"maxSpawns": 2, "maxSpawns": 2,
"minSpawns": 1, "minSpawns": 1,
"rarity": 7 "rarity": 7
} }]
]
} }

View File

@@ -15,46 +15,26 @@
"layers": [ "layers": [
{ {
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "snow_block"}]
{
"block": "snow_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "ice"}]
{
"block": "ice"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -72,42 +52,31 @@
"structure": "village-snowy" "structure": "village-snowy"
} }
], ],
"decorators": [ "decorators": [{
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {
"style": "IRIS","zoom": 0.7 "style": "IRIS",
"zoom": 0.7
}, },
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {
"data": { "data": {"layers": 1},
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{"block": "air"},
{ {
"block": "air" "data": {"layers": 1},
},
{
"data": {
"layers": 1
},
"block": "snow" "block": "snow"
}, },
{ {"block": "air"}
"block": "air"
}
] ]
} }],
],
"generators": [ "generators": [
{ {
"min": 3, "min": 3,
@@ -134,7 +103,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wonderland/wonder-1","wonderland/wonder-2","wonderland/wonder-3","wonderland/wonder-4","wonderland/wonder-5","wonderland/wonder-6","wonderland/wonder-7","wonderland/wonder-8","wonderland/wonder-9","wonderland/wonder-10"], "wonderland/wonder-1",
"wonderland/wonder-2",
"wonderland/wonder-3",
"wonderland/wonder-4",
"wonderland/wonder-5",
"wonderland/wonder-6",
"wonderland/wonder-7",
"wonderland/wonder-8",
"wonderland/wonder-9",
"wonderland/wonder-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -5, "y": -5,
@@ -154,7 +133,16 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wonderland/froShroom-1","wonderland/froShroom-2","wonderland/froShroom-3","wonderland/froShroom-4","wonderland/froShroom-5","wonderland/froShroom-6","wonderland/froShroom-7","wonderland/froShroom-8","wonderland/froShroom-9"], "wonderland/froShroom-1",
"wonderland/froShroom-2",
"wonderland/froShroom-3",
"wonderland/froShroom-4",
"wonderland/froShroom-5",
"wonderland/froShroom-6",
"wonderland/froShroom-7",
"wonderland/froShroom-8",
"wonderland/froShroom-9"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -166,47 +154,18 @@
"density": 3, "density": 3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "spruce_planks"}],
{ "replace": {"palette": [{"block": "stripped_spruce_wood"}]}
"block": "spruce_planks"
}
],
"replace": {
"palette": [
{
"block": "stripped_spruce_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "spruce_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "spruce_fence"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -217,7 +176,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"frosted-sproak/med-1","frosted-sproak/med-2","frosted-sproak/med-3","frosted-sproak/med-4","frosted-sproak/med-5","frosted-sproak/med-7","frosted-sproak/med-8","frosted-sproak/med-9","frosted-sproak/med-10","frosted-sproak/med-11","frosted-sproak/med-12","frosted-sproak/med-13"], "frosted-sproak/med-1",
"frosted-sproak/med-2",
"frosted-sproak/med-3",
"frosted-sproak/med-4",
"frosted-sproak/med-5",
"frosted-sproak/med-7",
"frosted-sproak/med-8",
"frosted-sproak/med-9",
"frosted-sproak/med-10",
"frosted-sproak/med-11",
"frosted-sproak/med-12",
"frosted-sproak/med-13"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -238,7 +209,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"], "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -262,24 +238,14 @@
} }
], ],
"biomeZoom": 50, "biomeZoom": 50,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"childShrinkFactor": 20, "childShrinkFactor": 20,
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,127 +2,90 @@
"name": "Hot Beach Grass", "name": "Hot Beach Grass",
"derivative": "FOREST", "derivative": "FOREST",
"vanillaDerivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES",
"children": [ "children": ["ocean/ocean"],
"ocean/ocean"
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "jungle_button" "block": "jungle_button"
}, },
{ {"block": "air"},
"block": "air"
},
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "jungle_button" "block": "jungle_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"verticalZoom": 0.2, "verticalZoom": 0.2,
"chance": 0.08, "chance": 0.08,
"variance": { "variance": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"stackMax": 6, "stackMax": 6,
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "sugar_cane"}],
{ "style": {"style": "STATIC"},
"block": "sugar_cane" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "smooth_sandstone"},
"block": "smooth_sandstone" {"block": "sand"},
}, {"block": "smooth_sandstone"}
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
] ]
}, },
"objects": [ "objects": [{
{
"density": 3, "density": 3,
"mode": "STILT", "mode": "STILT",
"chance": 1, "chance": 1,
"place": [ "place": [
"palm/palm1","palm/palm2","palm/palm3","palm/palm4","palm/palm6","palm/palm7" "palm/palm1",
] "palm/palm2",
} "palm/palm3",
"palm/palm4",
"palm/palm6",
"palm/palm7"
] ]
}]
} }

View File

@@ -2,110 +2,81 @@
"name": "Hot Beach", "name": "Hot Beach",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES",
"children": [ "children": ["ocean/ocean"],
"ocean/ocean"
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "sand"}]
{
"block": "sand"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "jungle_button" "block": "jungle_button"
}, },
{ {"block": "air"},
"block": "air"
},
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "jungle_button" "block": "jungle_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"verticalZoom": 0.2, "verticalZoom": 0.2,
"chance": 0.08, "chance": 0.08,
"variance": { "variance": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"stackMax": 6, "stackMax": 6,
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "sugar_cane"}],
{ "style": {"style": "STATIC"},
"block": "sugar_cane" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "smooth_sandstone"},
"block": "smooth_sandstone" {"block": "sand"},
}, {"block": "smooth_sandstone"}
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
] ]
}, },
"objects": [ "objects": [{
{
"density": 3, "density": 3,
"chance": 1, "chance": 1,
"place": [ "place": [
"palm/palm1","palm/palm2","palm/palm3","palm/palm4","palm/palm6","palm/palm7" "palm/palm1",
] "palm/palm2",
} "palm/palm3",
"palm/palm4",
"palm/palm6",
"palm/palm7"
] ]
}]
} }

View File

@@ -2,41 +2,29 @@
"name": "Hot Desert Dunes Red", "name": "Hot Desert Dunes Red",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 30, "max": 30,
"min": 10 "min": 10
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{
{
"weight": 1, "weight": 1,
"block": "sand" "block": "sand"
} }]
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "red_sandstone"}]
{
"block": "red_sandstone"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 5, "maxHeight": 5,
"palette": [ "palette": [{"block": "red_terracotta"}]
{
"block": "red_terracotta"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -58,11 +46,13 @@
"chance": 0.001, "chance": 0.001,
"density": 3, "density": 3,
"place": [ "place": [
"clutter/desert-post1","clutter/desert-post2","clutter/desert-post3" "clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
] ]
}, },
{ {
"chance": 0.000001, "chance": 1.0E-6,
"mode": "STILT", "mode": "STILT",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -74,7 +64,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"pyramid/pyramid-extreme","void/void","void/void","void/void"], "pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -14, "y": -14,
@@ -86,29 +80,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "dead_bush"}]
{
"block": "dead_bush"
}
]
} }
] ]
} }

View File

@@ -2,41 +2,29 @@
"name": "Hot Desert Dunes", "name": "Hot Desert Dunes",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 30, "max": 30,
"min": 10 "min": 10
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{
{
"weight": 1, "weight": 1,
"block": "sand" "block": "sand"
} }]
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "sandstone"}]
{
"block": "sandstone"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 5, "maxHeight": 5,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -58,7 +46,9 @@
"chance": 0.001, "chance": 0.001,
"density": 3, "density": 3,
"place": [ "place": [
"clutter/desert-post1","clutter/desert-post2","clutter/desert-post3" "clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
] ]
}, },
{ {
@@ -74,7 +64,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"pyramid/pyramid-extreme","void/void","void/void","void/void"], "pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -19, "y": -19,
@@ -86,29 +80,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "dead_bush"}]
{
"block": "dead_bush"
}
]
} }
] ]
} }

View File

@@ -2,18 +2,13 @@
"name": "Hot Desert Red", "name": "Hot Desert Red",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 35, "max": 35,
"min": 25 "min": 25
} }],
], "layers": [{
"layers": [ "style": {"style": "FRACTAL_WATER"},
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {
@@ -23,11 +18,11 @@
{ {
"weight": 1, "weight": 1,
"block": "smooth_red_sandstone" "block": "smooth_red_sandstone"
}],
"minHeight": 5,
"maxHeight": 5
} }
], ],
"minHeight": 5,
"maxHeight": 5
}],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -45,34 +40,21 @@
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "dead_bush"}]
{
"block": "dead_bush"
}
]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "cactus"}],
{
"block": "cactus"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 4, "stackMax": 4,
"topPalette": [ "topPalette": [{
{ "block": "brain_coral_fan",
"block": "brain_coral_fan", "data": { "data": {"waterlogged": "false"}
"waterlogged": "false" }]
}
}
]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "cactus"}],
{
"block": "cactus"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 7 "stackMax": 7
} }

View File

@@ -2,16 +2,12 @@
"name": "Hot Desert", "name": "Hot Desert",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"children": [ "children": ["hot/oasis"],
"hot/oasis" "generators": [{
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 18, "max": 18,
"min": -8 "min": -8
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
@@ -20,25 +16,17 @@
"minimumSlope": 4.5, "minimumSlope": 4.5,
"maximumSlope": 20 "maximumSlope": 20
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "FRACTAL_WATER"},
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [{
{
"weight": 1, "weight": 1,
"block": "sand" "block": "sand"
} }]
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -74,11 +62,13 @@
"chance": 0.001, "chance": 0.001,
"density": 3, "density": 3,
"place": [ "place": [
"clutter/desert-post1","clutter/desert-post2","clutter/desert-post3" "clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
] ]
}, },
{ {
"chance": 0.0001, "chance": 1.0E-4,
"mode": "VACUUM", "mode": "VACUUM",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -90,7 +80,9 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"global-clutter/sphinxToomb-1","global-clutter/BrokSphinxToomb-1"], "global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -3, "y": -3,
@@ -102,29 +94,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "dead_bush"}]
{
"block": "dead_bush"
}
]
} }
] ]
} }

View File

@@ -22,52 +22,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "red_sand"}]
{
"block": "red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "brown_terracotta"},
"block": "brown_terracotta" {"block": "gray_terracotta"}
},
{
"block": "gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -86,17 +64,9 @@
} }
], ],
"biomeZoom": 30, "biomeZoom": 30,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
} }
} }

View File

@@ -2,9 +2,7 @@
"name": "Hot Mountain Middle", "name": "Hot Mountain Middle",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"children": [ "children": ["hot/cliffs"],
"hot/cliffs"
],
"generators": [ "generators": [
{ {
"generator": "mountain", "generator": "mountain",
@@ -25,52 +23,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "red_sand"}]
{
"block": "red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "brown_terracotta"},
"block": "brown_terracotta" {"block": "gray_terracotta"}
},
{
"block": "gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -84,18 +60,10 @@
"zoom": 0.9 "zoom": 0.9
} }
}, },
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"biomeZoom": 0.4, "biomeZoom": 0.4,
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
} }
} }

View File

@@ -2,31 +2,21 @@
"name": "Hot Mountain Plains", "name": "Hot Mountain Plains",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 2, "max": 2,
"min": 3 "min": 3
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 4, "minHeight": 4,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "red_sand"}]
{
"block": "red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 23, "maxHeight": 23,
"palette": [ "palette": [{"block": "red_sandstone"}]
{
"block": "red_sandstone"
}
]
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
@@ -43,31 +33,14 @@
"structure": "desert-pyramid" "structure": "desert-pyramid"
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "STATIC"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
} }],
], "wall": {"palette": [{"block": "gray_terracotta"}]}
"wall": {
"palette": [
{
"block": "gray_terracotta"
}
]
}
} }

View File

@@ -2,16 +2,12 @@
"name": "Hot Mountains", "name": "Hot Mountains",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"children": [ "children": ["hot/middle"],
"hot/middle" "generators": [{
],
"generators": [
{
"min": 90, "min": 90,
"max": 140, "max": 140,
"generator": "plain" "generator": "plain"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -34,52 +30,30 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "red_sand"}]
{
"block": "red_sand"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "brown_terracotta"},
"block": "brown_terracotta" {"block": "gray_terracotta"}
},
{
"block": "gray_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -90,13 +64,7 @@
"exponent": 4 "exponent": 4
}, },
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
} }
} }

View File

@@ -2,13 +2,11 @@
"name": "Hot Oasis", "name": "Hot Oasis",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -7, "max": -7,
"min": -8 "min": -8
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
@@ -17,18 +15,12 @@
"minimumSlope": 4.5, "minimumSlope": 4.5,
"maximumSlope": 20 "maximumSlope": 20
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
"maxHeight": 5, "maxHeight": 5,
"style": { "style": {"style": "FRACTAL_WATER"},
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {
@@ -46,29 +38,16 @@
{ {
"verticalZoom": 5, "verticalZoom": 5,
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 5, "stackMax": 5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"palette": [ "palette": [{"block": "dead_bush"}]
{
"block": "dead_bush"
}
]
} }
] ]
} }

View File

@@ -2,52 +2,30 @@
"name": "Hot Ocean Cliffs", "name": "Hot Ocean Cliffs",
"derivative": "OCEAN", "derivative": "OCEAN",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"min": -31, "min": -31,
"max": -7, "max": -7,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -56,106 +34,68 @@
"weight": 2, "weight": 2,
"block": "dirt" "block": "dirt"
}, },
{ {"block": "coarse_dirt"}
"block": "coarse_dirt"
}
] ]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.0009, "chance": 9.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "soul_sand"},
"block": "soul_sand"
},
{ {
"weight": 2, "weight": 2,
"block": "magma_block" "block": "magma_block"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.015, "chance": 0.015,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "STATIC"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "fire_coral"},
"block": "fire_coral" {"block": "dead_fire_coral"},
}, {"block": "fire_coral_fan"}
{ ],
"block": "dead_fire_coral" "style": {"style": "STATIC"}
},
{
"block": "fire_coral_fan"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{
{
"data": { "data": {
"waterlogged": true, "waterlogged": true,
"pickles": 1 "pickles": 1
}, },
"block": "sea_pickle" "block": "sea_pickle"
}], }],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.01, "chance": 0.01,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -168,61 +108,34 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"ships/swreck-1","ships/usd-ship-1","ships/usd-ship-2"], "ships/swreck-1",
"edit": [ "ships/usd-ship-1",
{ "ships/usd-ship-2"
"find": [
{
"block": "oak_stairs"
}
], ],
"replace": { "edit": [{
"palette": [ "find": [{"block": "oak_stairs"}],
{ "replace": {"palette": [{"block": "oak_planks"}]}
"block": "oak_planks"
}
]
}
}], }],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
"z": 0 "z": 0
} }
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay" {"block": "smooth_sandstone"},
}, {"block": "red_sand"},
{ {"block": "smooth_red_sandstone"},
"block": "smooth_sandstone" {"block": "smooth_sandstone"},
}, {"block": "sand"},
{ {"block": "smooth_red_sandstone"}
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -8,53 +8,31 @@
"hot/river", "hot/river",
"hot/ocean-cliffs" "hot/ocean-cliffs"
], ],
"generators": [ "generators": [{
{
"min": 11, "min": 11,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.825, "zoom": 0.825,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -63,129 +41,78 @@
"weight": 2, "weight": 2,
"block": "dirt" "block": "dirt"
}, },
{ {"block": "coarse_dirt"}
"block": "coarse_dirt"
}
] ]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.0009, "chance": 9.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "soul_sand"},
"block": "soul_sand"
},
{ {
"weight": 2, "weight": 2,
"block": "magma_block" "block": "magma_block"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.02, "chance": 0.02,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.015, "chance": 0.015,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "STATIC"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "fire_coral"},
"block": "fire_coral" {"block": "dead_fire_coral"},
}, {"block": "fire_coral_fan"}
{ ],
"block": "dead_fire_coral" "style": {"style": "STATIC"}
},
{
"block": "fire_coral_fan"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{
{
"data": { "data": {
"waterlogged": true, "waterlogged": true,
"pickles": 1 "pickles": 1
}, },
"block": "sea_pickle" "block": "sea_pickle"
}], }],
"style": { "style": {"style": "STATIC"}
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.03, "chance": 0.03,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "water"}],
"find": [ "replace": {"palette": [{"block": "air"}]}
{
"block": "water"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}], }],
"rotation": { "rotation": {"enabled": false},
"enabled": false
},
"underwater": true, "underwater": true,
"place": [ "place": ["bombs/bomb"],
"bombs/bomb"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -206,21 +133,13 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"ships/swreck-1","ships/usd-ship-1","ships/usd-ship-2"], "ships/swreck-1",
"edit": [ "ships/usd-ship-1",
{ "ships/usd-ship-2"
"find": [
{
"block": "oak_stairs"
}
], ],
"replace": { "edit": [{
"palette": [ "find": [{"block": "oak_stairs"}],
{ "replace": {"palette": [{"block": "oak_planks"}]}
"block": "oak_planks"
}
]
}
}], }],
"translate": { "translate": {
"x": 0, "x": 0,
@@ -230,37 +149,19 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay" {"block": "smooth_sandstone"},
}, {"block": "red_sand"},
{ {"block": "smooth_red_sandstone"},
"block": "smooth_sandstone" {"block": "smooth_sandstone"},
}, {"block": "sand"},
{ {"block": "smooth_red_sandstone"}
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,41 +2,27 @@
"name": "Hot river", "name": "Hot river",
"vanillaDerivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES", "derivative": "DESERT_LAKES",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -5, "max": -5,
"min": -15 "min": -15
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FRACTAL_WATER"},
"style": "FRACTAL_WATER"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "sandstone"}
},
{
"block": "sandstone"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "brown_terracotta"},
},
{
"block": "brown_terracotta"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"

View File

@@ -2,98 +2,67 @@
"name": "Hot Sandy Cave", "name": "Hot Sandy Cave",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "layers": [{
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "smooth_sandstone"}]
{ }],
"block": "smooth_sandstone" "entitySpawnOverrides": [{
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON", "trigger": "SKELETON",
"entity": "shroud", "entity": "shroud",
"cancelSourceSpawn": true, "cancelSourceSpawn": true,
"rarity": 12 "rarity": 12
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.0001, "chance": 1.0E-4,
"palette": [ "palette": [{"block": "barrel"}]
{
"block": "barrel"
}
]
}, },
{ {
"verticalZoom": 20, "verticalZoom": 20,
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
}, "heightVariance": {"style": "IRIS"},
"palette": [
{
"block": "cactus"
}],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.0235, "chance": 0.0235,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "polished_blackstone_button" "block": "polished_blackstone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "polished_blackstone_button" "block": "polished_blackstone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.012, "chance": 0.012,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -109,7 +78,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -117,7 +91,7 @@
} }
}, },
{ {
"chance": 0.000856, "chance": 8.56E-4,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -127,8 +101,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["grave/grave"],
"grave/grave"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -137,9 +110,7 @@
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,44 +2,27 @@
"name": "Hot Sandy Red Cave", "name": "Hot Sandy Red Cave",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "DESERT", "vanillaDerivative": "DESERT",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "layers": [{
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "terracotta"}]
{ }],
"block": "terracotta" "entitySpawnOverrides": [{
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON", "trigger": "SKELETON",
"entity": "shroud", "entity": "shroud",
"cancelSourceSpawn": true, "cancelSourceSpawn": true,
"rarity": 12 "rarity": 12
} }],
], "decorators": [{
"decorators": [ "chance": 1.0E-4,
{ "palette": [{"block": "barrel"}]
"chance": 0.0001, }],
"palette": [ "objects": [{
{
"block": "barrel"
}
]
}
],
"objects": [
{
"chance": 0.15, "chance": 0.15,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -51,18 +34,20 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,50 +2,32 @@
"name": "Mesa beach", "name": "Mesa beach",
"derivative": "DESERT_LAKES", "derivative": "DESERT_LAKES",
"vanillaDerivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "red_sand"}]
{
"block": "red_sand"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "red_sandstone"}]
{
"block": "red_sandstone"
}
]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "red_sandstone"},
"block": "red_sandstone" {"block": "red_sand"}
},
{
"block": "red_sand"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {
@@ -60,14 +42,14 @@
} }
] ]
}, },
"objects": [ "objects": [{
{
"mode": "FAST_MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"density": 3, "density": 3,
"chance": 1, "chance": 1,
"place": [ "place": [
"tree/acacia/1","tree/acacia/2","tree/acacia/3" "tree/acacia/1",
] "tree/acacia/2",
} "tree/acacia/3"
] ]
}]
} }

View File

@@ -18,164 +18,106 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cyan_terracotta"}]
},
"palette": [
{
"block": "cyan_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "blue_terracotta"}]
},
"palette": [
{
"block": "blue_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "light_blue_terracotta"}]
},
"palette": [
{
"block": "light_blue_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "magenta_terracotta"}]
},
"palette": [
{
"block": "magenta_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -192,22 +134,12 @@
], ],
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "magenta_terracotta"},
"block": "magenta_terracotta" {"block": "light_blue_terracotta"},
}, {"block": "blue_terracotta"},
{ {"block": "cyan_terracotta"}
"block": "light_blue_terracotta"
},
{
"block": "blue_terracotta"
},
{
"block": "cyan_terracotta"
}
] ]
} }
} }

View File

@@ -23,115 +23,71 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "black_terracotta"}]
},
"palette": [
{
"block": "black_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -150,20 +106,12 @@
], ],
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "brown_terracotta"},
"block": "brown_terracotta" {"block": "gray_terracotta"},
}, {"block": "black_terracotta"}
{
"block": "gray_terracotta"
},
{
"block": "black_terracotta"
}
] ]
} }
} }

View File

@@ -24,188 +24,118 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "black_terracotta"}]
},
"palette": [
{
"block": "black_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "gray_terracotta"}]
},
"palette": [
{
"block": "gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -223,19 +153,11 @@
"childShrinkFactor": 0.35, "childShrinkFactor": 0.35,
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "brown_terracotta"},
"block": "brown_terracotta" {"block": "gray_terracotta"},
}, {"block": "black_terracotta"}
{
"block": "gray_terracotta"
},
{
"block": "black_terracotta"
}
] ]
} }
} }

View File

@@ -18,164 +18,106 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "lime_terracotta"}]
},
"palette": [
{
"block": "lime_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "green_terracotta"}]
},
"palette": [
{
"block": "green_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -192,22 +134,12 @@
], ],
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "lime_terracotta"},
"block": "lime_terracotta" {"block": "green_terracotta"},
}, {"block": "terracotta"},
{ {"block": "brown_terracotta"}
"block": "green_terracotta"
},
{
"block": "terracotta"
},
{
"block": "brown_terracotta"
}
] ]
} }
} }

View File

@@ -17,18 +17,14 @@
"mesa/yellow", "mesa/yellow",
"mesa/blue" "mesa/blue"
], ],
"generators": [ "generators": [{
{
"min": 25, "min": 25,
"max": 60, "max": 60,
"generator": "cracked-cliffs" "generator": "cracked-cliffs"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FRACTAL_SMOKE"},
"style": "FRACTAL_SMOKE"
},
"zoom": 0.6, "zoom": 0.6,
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
@@ -70,18 +66,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "light_gray_terracotta"}]
{
"block": "light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -96,36 +86,22 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -140,20 +116,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "light_gray_terracotta"}]
{
"block": "light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"childStyle": { "childStyle": {
@@ -166,41 +134,37 @@
"multiplier": 2 "multiplier": 2
} }
}, },
"childShrinkFactor": 1.0, "childShrinkFactor": 1,
"decorators": [ "decorators": [{
{
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"biomeStyle": { "style": {"style": "STATIC"}
"style": "IRIS" }],
}, "biomeStyle": {"style": "IRIS"},
"objects": [ "objects": [{
{
"place": [ "place": [
"desert/tower","desert/tower-twin"], "desert/tower",
"desert/tower-twin"
],
"chance": 0.1, "chance": 0.1,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
@@ -213,6 +177,5 @@
"max": 360 "max": 360
} }
} }
} }]
]
} }

View File

@@ -2,9 +2,7 @@
"name": "Mesa Plateau Dirt high", "name": "Mesa Plateau Dirt high",
"derivative": "BADLANDS", "derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"biomeScatter": [ "biomeScatter": ["BADLANDS"],
"BADLANDS"
],
"generators": [ "generators": [
{ {
"min": 55, "min": 55,
@@ -30,23 +28,13 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "grass_block"},
"block": "grass_block" {"block": "coarse_dirt"},
}, {"block": "dirt"},
{ {"block": "grass_block"}
"block": "coarse_dirt"
},
{
"block": "dirt"
},
{
"block": "grass_block"
}
] ]
}, },
{ {
@@ -56,11 +44,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -69,11 +53,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -82,11 +62,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "white_terracotta"}]
{
"block": "white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
@@ -95,11 +71,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -108,11 +80,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "yellow_terracotta"}]
{
"block": "yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -121,11 +89,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
@@ -134,11 +98,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -147,11 +107,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -160,11 +116,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -173,11 +125,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "red_terracotta"}]
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -186,32 +134,22 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"lockLayers": true, "lockLayers": true,
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "tall_grass"}]
{ }],
"block": "tall_grass" "biomeStyle": {"style": "IRIS"},
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [ "objects": [
{ {
"place": [ "place": [
"desert/tower","desert/tower-twin"], "desert/tower",
"chance": 0.0005, "desert/tower-twin"
],
"chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -226,26 +164,18 @@
}, },
{ {
"place": [ "place": [
"tree/acacia/1","tree/acacia/2","tree/acacia/3"], "tree/acacia/1",
"chance": 0.2, "tree/acacia/2",
"edit": [ "tree/acacia/3"
{
"find": [
{
"block": "acacia_planks"
}
], ],
"replace": { "chance": 0.2,
"palette": [ "edit": [{
{ "find": [{"block": "acacia_planks"}],
"block": "acacia_wood", "data": { "replace": {"palette": [{
"axis": "y" "block": "acacia_wood",
} "data": {"axis": "y"}
} }]}
] }]
}
}
]
} }
] ]
} }

View File

@@ -2,9 +2,7 @@
"name": "Mesa Plateau Dirt", "name": "Mesa Plateau Dirt",
"derivative": "BADLANDS", "derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"biomeScatter": [ "biomeScatter": ["BADLANDS"],
"BADLANDS"
],
"generators": [ "generators": [
{ {
"min": 33, "min": 33,
@@ -30,23 +28,13 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "grass_block"},
"block": "grass_block" {"block": "coarse_dirt"},
}, {"block": "dirt"},
{ {"block": "grass_block"}
"block": "coarse_dirt"
},
{
"block": "dirt"
},
{
"block": "grass_block"
}
] ]
}, },
{ {
@@ -56,11 +44,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -69,11 +53,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -82,11 +62,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "white_terracotta"}]
{
"block": "white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
@@ -95,11 +71,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -108,11 +80,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "yellow_terracotta"}]
{
"block": "yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -121,11 +89,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
@@ -134,11 +98,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -147,11 +107,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -160,11 +116,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -173,11 +125,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "red_terracotta"}]
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -186,27 +134,15 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "tall_grass"}]
{ }],
"block": "tall_grass"
}
]
}
],
"lockLayers": true, "lockLayers": true,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -236,8 +172,10 @@
"objects": [ "objects": [
{ {
"place": [ "place": [
"desert/tower","desert/tower-twin"], "desert/tower",
"chance": 0.0005, "desert/tower-twin"
],
"chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -252,26 +190,18 @@
}, },
{ {
"place": [ "place": [
"tree/acacia/1","tree/acacia/2","tree/acacia/3"], "tree/acacia/1",
"chance": 0.2, "tree/acacia/2",
"edit": [ "tree/acacia/3"
{
"find": [
{
"block": "acacia_planks"
}
], ],
"replace": { "chance": 0.2,
"palette": [ "edit": [{
{ "find": [{"block": "acacia_planks"}],
"block": "acacia_wood", "data": { "replace": {"palette": [{
"axis": "y" "block": "acacia_wood",
} "data": {"axis": "y"}
} }]}
] }]
}
}
]
} }
] ]
} }

View File

@@ -7,9 +7,7 @@
"BADLANDS_PLATEAU", "BADLANDS_PLATEAU",
"ERODED_BADLANDS" "ERODED_BADLANDS"
], ],
"children": [ "children": ["mesa/plateau-dirt-high"],
"mesa/plateau-dirt-high"
],
"generators": [ "generators": [
{ {
"min": 55, "min": 55,
@@ -35,26 +33,14 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "red_terracotta"},
"block": "red_terracotta" {"block": "terracotta"},
}, {"block": "terracotta"},
{ {"block": "terracotta"},
"block": "terracotta" {"block": "terracotta"}
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
}
] ]
}, },
{ {
@@ -64,11 +50,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -77,11 +59,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -90,11 +68,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "white_terracotta"}]
{
"block": "white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
@@ -103,11 +77,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -116,11 +86,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "yellow_terracotta"}]
{
"block": "yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -129,11 +95,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
@@ -142,11 +104,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -155,11 +113,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -168,11 +122,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -181,11 +131,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "red_terracotta"}]
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -194,32 +140,21 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"lockLayers": true, "lockLayers": true,
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "tall_grass"}]
{ }],
"block": "tall_grass" "biomeStyle": {"style": "IRIS"},
} "objects": [{
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [ "place": [
"desert/tower","desert/tower-twin"], "desert/tower",
"chance": 0.0005, "desert/tower-twin"
],
"chance": 5.0E-4,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
"rotation": { "rotation": {
@@ -231,6 +166,5 @@
"max": 360 "max": 360
} }
} }
} }]
]
} }

View File

@@ -7,9 +7,7 @@
"BADLANDS_PLATEAU", "BADLANDS_PLATEAU",
"ERODED_BADLANDS" "ERODED_BADLANDS"
], ],
"children": [ "children": ["mesa/plateau-dirt"],
"mesa/plateau-dirt"
],
"generators": [ "generators": [
{ {
"min": 35, "min": 35,
@@ -35,26 +33,14 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.4, "zoom": 0.4,
"palette": [ "palette": [
{ {"block": "red_terracotta"},
"block": "red_terracotta" {"block": "terracotta"},
}, {"block": "terracotta"},
{ {"block": "terracotta"},
"block": "terracotta" {"block": "terracotta"}
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
}
] ]
}, },
{ {
@@ -64,11 +50,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -77,11 +59,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -90,11 +68,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "white_terracotta"}]
{
"block": "white_terracotta"
}
]
}, },
{ {
"minHeight": 4, "minHeight": 4,
@@ -103,11 +77,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -116,11 +86,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "yellow_terracotta"}]
{
"block": "yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
@@ -129,11 +95,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 5, "minHeight": 5,
@@ -142,11 +104,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -155,11 +113,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "brown_terracotta"}]
{
"block": "brown_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
@@ -168,11 +122,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -181,11 +131,7 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "red_terracotta"}]
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -194,31 +140,20 @@
"minimumSlope": 3, "minimumSlope": 3,
"maximumSlope": 255 "maximumSlope": 255
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"lockLayers": true, "lockLayers": true,
"decorators": [ "decorators": [{
{
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "tall_grass"}]
{ }],
"block": "tall_grass" "biomeStyle": {"style": "IRIS"},
} "objects": [{
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [ "place": [
"desert/tower","desert/tower-twin"], "desert/tower",
"desert/tower-twin"
],
"chance": 0.002, "chance": 0.002,
"density": 2, "density": 2,
"mode": "FAST_STILT", "mode": "FAST_STILT",
@@ -231,6 +166,5 @@
"max": 360 "max": 360
} }
} }
} }]
]
} }

View File

@@ -18,176 +18,112 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "pink_terracotta"}]
},
"palette": [
{
"block": "pink_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "red_terracotta"}]
},
"palette": [
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "light_gray_terracotta"}]
},
"palette": [
{
"block": "light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -204,40 +140,23 @@
], ],
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "pink_terracotta"},
"block": "pink_terracotta" {"block": "red_terracotta"},
}, {"block": "terracotta"},
{ {"block": "light_gray_terracotta"},
"block": "red_terracotta" {"block": "brown_terracotta"}
},
{
"block": "terracotta"
},
{
"block": "light_gray_terracotta"
},
{
"block": "brown_terracotta"
}
] ]
}, },
"deposits": [ "deposits": [{
{
"minHeight": 100, "minHeight": 100,
"maxPerChunk": 3, "maxPerChunk": 3,
"maxHeight": 150, "maxHeight": 150,
"minPerChunk": 0, "minPerChunk": 0,
"maxSize": 7, "maxSize": 7,
"minSize": 3, "minSize": 3,
"palette": [ "palette": [{"block": "netherrack"}],
{
"block": "netherrack"
}],
"varience": 3 "varience": 3
} }]
]
} }

View File

@@ -2,50 +2,30 @@
"name": "Mesa River", "name": "Mesa River",
"vanillaDerivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES", "derivative": "DESERT_LAKES",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -4, "max": -4,
"min": -15 "min": -15
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FRACTAL_WATER"},
"style": "FRACTAL_WATER"
},
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {"block": "red_sand"},
"block": "red_sand" {"block": "orange_terracotta"}
},
{
"block": "orange_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "red_sand"},
"block": "red_sand" {"block": "terracotta"},
}, {"block": "gravel"},
{ {"block": "red_sand"},
"block": "terracotta" {"block": "dirt"},
},
{
"block": "gravel"
},
{
"block": "red_sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "red_sand" "block": "red_sand"
@@ -53,14 +33,8 @@
] ]
} }
], ],
"decorators": [ "decorators": [{
{
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "seagrass"}]
{ }]
"block": "seagrass"
}
]
}
]
} }

View File

@@ -2,13 +2,11 @@
"name": "Mesa Valley", "name": "Mesa Valley",
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"generators": [ "generators": [{
{
"min": 5, "min": 5,
"max": 15, "max": 15,
"generator": "smooth-dunes" "generator": "smooth-dunes"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -17,11 +15,7 @@
"minimumSlope": 2, "minimumSlope": 2,
"maximumSlope": 10 "maximumSlope": 10
}, },
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"slopeCondition": { "slopeCondition": {
@@ -29,12 +23,15 @@
"maximumSlope": 2 "maximumSlope": 2
}, },
"style": { "style": {
"style": "SIMPLEX","zoom": 1.4, "style": "SIMPLEX",
"zoom": 1.4,
"fracture": { "fracture": {
"style": "FRACTAL_BILLOW_SIMPLEX", "zoom": 0.4, "style": "FRACTAL_BILLOW_SIMPLEX",
"zoom": 0.4,
"multiplier": 50, "multiplier": 50,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 3 "style": "STATIC",
"multiplier": 3
} }
} }
}, },
@@ -59,18 +56,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "light_gray_terracotta"}]
{
"block": "light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -85,36 +76,22 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "orange_terracotta"}]
{
"block": "orange_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 1, "weight": 1,
@@ -129,20 +106,12 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "light_gray_terracotta"}]
{
"block": "light_gray_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "terracotta"}]
{
"block": "terracotta"
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -175,79 +144,58 @@
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "white_tulip"},
"block": "white_tulip" {"block": "red_tulip"},
}, {"block": "orange_tulip"},
{ {"block": "dandelion"},
"block": "red_tulip" {"block": "poppy"}
},
{
"block": "orange_tulip"
},
{
"block": "dandelion"
},
{
"block": "poppy"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"tree/acacia/1","tree/acacia/2","tree/acacia/3"], "tree/acacia/1",
"chance": 0.4, "tree/acacia/2",
"edit": [ "tree/acacia/3"
{
"find": [
{
"block": "acacia_planks"
}
], ],
"replace": { "chance": 0.4,
"palette": [ "edit": [{
{ "find": [{"block": "acacia_planks"}],
"block": "acacia_wood", "data": { "replace": {"palette": [{
"axis": "y" "block": "acacia_wood",
} "data": {"axis": "y"}
} }]}
] }]
}
}
]
}, },
{ {
"chance": 0.00175, "chance": 0.00175,
@@ -260,8 +208,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -280,8 +227,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -300,7 +246,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaD-1","savanna-gen/savannaD-2","savanna-gen/savannaD-3"], "savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -319,7 +268,20 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaF-1","savanna-gen/savannaF-2","savanna-gen/savannaF-3","savanna-gen/savannaF-4","savanna-gen/savannaF-5","savanna-gen/savannaF-6","savanna-gen/savannaF-7","savanna-gen/savannaF-8","savanna-gen/savannaF-9","savanna-gen/savannaF-10","savanna-gen/savannaF-11","savanna-gen/savannaF-13","savanna-gen/savannaF-14"], "savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -338,7 +300,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaS-1","savanna-gen/savannaS-2","savanna-gen/savannaS-3","savanna-gen/savannaS-4","savanna-gen/savannaS-5","savanna-gen/savannaS-6","savanna-gen/savannaS-7","savanna-gen/savannaS-8","savanna-gen/savannas-9","savanna-gen/savannas-10","savanna-gen/savannas-11","savanna-gen/savannas-12"], "savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,

View File

@@ -2,9 +2,7 @@
"name": "Mesa Yellow", "name": "Mesa Yellow",
"derivative": "SHATTERED_SAVANNA", "derivative": "SHATTERED_SAVANNA",
"vanillaDerivative": "BADLANDS", "vanillaDerivative": "BADLANDS",
"children": [ "children": ["mesa/dark"],
"mesa/dark"
],
"generators": [ "generators": [
{ {
"min": 9, "min": 9,
@@ -21,139 +19,83 @@
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "white_terracotta"}]
},
"palette": [
{
"block": "white_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "red_terracotta"}]
},
"palette": [
{
"block": "red_terracotta"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "yellow_terracotta"}]
},
"palette": [
{
"block": "yellow_terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "terracotta"}]
},
"palette": [
{
"block": "terracotta"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "brown_terracotta"}]
},
"palette": [
{
"block": "brown_terracotta"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -170,8 +112,7 @@
"rarity": 6 "rarity": 6
} }
], ],
"objects": [ "objects": [{
{
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -182,29 +123,16 @@
"enabled": true "enabled": true
}, },
"chance": 0.1, "chance": 0.1,
"translate": { "translate": {"y": -2},
"y": -2 "place": ["misc/tntower-1"]
}, }],
"place": [
"misc/tntower-1"
]
}
],
"lockLayers": true, "lockLayers": true,
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "red_terracotta"},
"block": "red_terracotta" {"block": "gray_terracotta"},
}, {"block": "yellow_terracotta"}
{
"block": "gray_terracotta"
},
{
"block": "yellow_terracotta"
}
] ]
}, },
"rarity": 4 "rarity": 4

View File

@@ -2,38 +2,27 @@
"name": "Mountain Beach", "name": "Mountain Beach",
"derivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 2, "max": 2,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"}
},
{
"block": "andesite"
}
] ]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "stone"}]
{
"block": "stone"
}
]
} }
], ],
"objects": [ "objects": [{
{
"mode": "PAINT", "mode": "PAINT",
"chance": 0.0025, "chance": 0.0025,
"rotation": { "rotation": {
@@ -45,26 +34,18 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone_slab"},
"block": "stone_slab" {"block": "air"}
},
{
"block": "air"
}
] ]
} }
} }

View File

@@ -27,63 +27,35 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "gravel"},
"block": "gravel" {"block": "cyan_terracotta"}
},
{
"block": "cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "gravel"},
{ {"block": "cyan_terracotta"}
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
] ]
}, },
"rarity": 19 "rarity": 19

View File

@@ -32,43 +32,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -78,11 +60,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -91,11 +69,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -118,113 +92,73 @@
"rarity": 7 "rarity": 7
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"},
}, {"block": "cyan_terracotta"}
{ ]},
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 2 "data": {"age": 2}
}
}, },
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 1 "data": {"age": 1}
}
}, },
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 0 "data": {"age": 0}
}
} }
] ]
} }
@@ -234,30 +168,73 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"place": [ "place": [
"spruce-medium/spruce1","spruce-medium/spruce2","spruce-medium/spruce3","spruce-medium/spruce4","spruce-medium/spruce5","spruce-medium/spruce6","spruce-medium/spruce7","spruce-medium/spruce8","spruce-medium/spruce9","spruce-medium/spruce10","spruce-medium/spruce11","spruce-medium/spruce12","spruce-medium/spruce13","spruce-medium/spruce14","spruce-medium/spruce16","spruce-medium/spruce17","spruce-medium/spruce18","spruce-medium/spruce19","spruce-medium/spruce20","spruce-medium/spruce27","spruce-medium/spruce28","spruce-medium/spruce29","spruce-medium/spruce30","spruce-medium/spruce31","spruce-medium/spruce32","spruce-medium/spruce33","spruce-medium/spruce34","spruce-medium/spruce37","spruce-medium/spruce39","spruce-medium/spruce41","spruce-medium/spruce42","spruce-medium/spruce43"], "spruce-medium/spruce1",
"edit": [ "spruce-medium/spruce2",
{ "spruce-medium/spruce3",
"find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], "spruce-medium/spruce4",
"replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]} "spruce-medium/spruce5",
"spruce-medium/spruce6",
"spruce-medium/spruce7",
"spruce-medium/spruce8",
"spruce-medium/spruce9",
"spruce-medium/spruce10",
"spruce-medium/spruce11",
"spruce-medium/spruce12",
"spruce-medium/spruce13",
"spruce-medium/spruce14",
"spruce-medium/spruce16",
"spruce-medium/spruce17",
"spruce-medium/spruce18",
"spruce-medium/spruce19",
"spruce-medium/spruce20",
"spruce-medium/spruce27",
"spruce-medium/spruce28",
"spruce-medium/spruce29",
"spruce-medium/spruce30",
"spruce-medium/spruce31",
"spruce-medium/spruce32",
"spruce-medium/spruce33",
"spruce-medium/spruce34",
"spruce-medium/spruce37",
"spruce-medium/spruce39",
"spruce-medium/spruce41",
"spruce-medium/spruce42",
"spruce-medium/spruce43"
],
"edit": [{
"find": [
{"block": "dark_oak_fence"},
{"block": "dark_oak_fence_gate"}
],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
}], }],
"chance": 1, "chance": 1,
"density": 5, "density": 5,

View File

@@ -32,43 +32,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -78,11 +60,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -91,11 +69,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -118,113 +92,73 @@
"rarity": 7 "rarity": 7
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"},
}, {"block": "cyan_terracotta"}
{ ]},
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 2 "data": {"age": 2}
}
}, },
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 1 "data": {"age": 1}
}
}, },
{ {
"block": "sweet_berry_bush", "data": { "block": "sweet_berry_bush",
"age": 0 "data": {"age": 0}
}
} }
] ]
} }
@@ -234,30 +168,73 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"place": [ "place": [
"spruce-medium/spruce1","spruce-medium/spruce2","spruce-medium/spruce3","spruce-medium/spruce4","spruce-medium/spruce5","spruce-medium/spruce6","spruce-medium/spruce7","spruce-medium/spruce8","spruce-medium/spruce9","spruce-medium/spruce10","spruce-medium/spruce11","spruce-medium/spruce12","spruce-medium/spruce13","spruce-medium/spruce14","spruce-medium/spruce16","spruce-medium/spruce17","spruce-medium/spruce18","spruce-medium/spruce19","spruce-medium/spruce20","spruce-medium/spruce27","spruce-medium/spruce28","spruce-medium/spruce29","spruce-medium/spruce30","spruce-medium/spruce31","spruce-medium/spruce32","spruce-medium/spruce33","spruce-medium/spruce34","spruce-medium/spruce37","spruce-medium/spruce39","spruce-medium/spruce41","spruce-medium/spruce42","spruce-medium/spruce43"], "spruce-medium/spruce1",
"edit": [ "spruce-medium/spruce2",
{ "spruce-medium/spruce3",
"find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], "spruce-medium/spruce4",
"replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]} "spruce-medium/spruce5",
"spruce-medium/spruce6",
"spruce-medium/spruce7",
"spruce-medium/spruce8",
"spruce-medium/spruce9",
"spruce-medium/spruce10",
"spruce-medium/spruce11",
"spruce-medium/spruce12",
"spruce-medium/spruce13",
"spruce-medium/spruce14",
"spruce-medium/spruce16",
"spruce-medium/spruce17",
"spruce-medium/spruce18",
"spruce-medium/spruce19",
"spruce-medium/spruce20",
"spruce-medium/spruce27",
"spruce-medium/spruce28",
"spruce-medium/spruce29",
"spruce-medium/spruce30",
"spruce-medium/spruce31",
"spruce-medium/spruce32",
"spruce-medium/spruce33",
"spruce-medium/spruce34",
"spruce-medium/spruce37",
"spruce-medium/spruce39",
"spruce-medium/spruce41",
"spruce-medium/spruce42",
"spruce-medium/spruce43"
],
"edit": [{
"find": [
{"block": "dark_oak_fence"},
{"block": "dark_oak_fence_gate"}
],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
}], }],
"chance": 1, "chance": 1,
"density": 5, "density": 5,

View File

@@ -2,16 +2,12 @@
"name": "Mountain Hills", "name": "Mountain Hills",
"derivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [ "children": ["mountain/forest"],
"mountain/forest" "generators": [{
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 23, "max": 23,
"min": 5 "min": 5
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -30,43 +26,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -76,11 +54,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -89,132 +63,93 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"childStyle": { "childStyle": {
"style": "IRIS_DOUBLE", "style": "IRIS_DOUBLE",
"zoom": 10 "zoom": 10
}, },
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"},
}, {"block": "cyan_terracotta"}
{ ]},
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
}, },
{ {
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{ "block": "wheat",
"block": "wheat", "data": { "data": {"age": 7}
"age": 7 }]
}
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -248,18 +183,22 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"chance": 0.0001, "chance": 1.0E-4,
"mode": "VACUUM", "mode": "VACUUM",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -270,8 +209,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["ruins/ruin1"],
"ruins/ruin1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -282,14 +220,20 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"place": [ "place": [
"mrock/mrock-1","mrock/mrock-2","mrock/mrock-3","mrock/mrock-4","mrock/mrock-5"], "mrock/mrock-1",
"mrock/mrock-2",
"mrock/mrock-3",
"mrock/mrock-4",
"mrock/mrock-5"
],
"chance": 0.04, "chance": 0.04,
"rotation": { "rotation": {
"enabled": true, "enabled": true,

View File

@@ -2,13 +2,11 @@
"name": "Mountain Lake", "name": "Mountain Lake",
"derivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -10, "max": -10,
"min": -30 "min": -30
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
@@ -17,43 +15,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -63,11 +43,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -76,128 +52,89 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"},
}, {"block": "cyan_terracotta"}
{ ]},
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
}, },
{ {
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{ "block": "wheat",
"block": "wheat", "data": { "data": {"age": 7}
"age": 7 }]
}
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -231,18 +168,22 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"chance": 0.0003, "chance": 3.0E-4,
"mode": "VACUUM", "mode": "VACUUM",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -253,8 +194,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["ruins/ruin1"],
"ruins/ruin1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -265,14 +205,20 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"place": [ "place": [
"mrock/mrock-1","mrock/mrock-2","mrock/mrock-3","mrock/mrock-4","mrock/mrock-5"], "mrock/mrock-1",
"mrock/mrock-2",
"mrock/mrock-3",
"mrock/mrock-4",
"mrock/mrock-5"
],
"chance": 0.04, "chance": 0.04,
"rotation": { "rotation": {
"enabled": true, "enabled": true,

View File

@@ -2,9 +2,7 @@
"name": "Mountain Main", "name": "Mountain Main",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "PLAINS", "vanillaDerivative": "PLAINS",
"children": [ "children": ["mountain/middle"],
"mountain/middle"
],
"generators": [ "generators": [
{ {
"min": 70, "min": 70,
@@ -35,58 +33,34 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "gravel"},
"block": "gravel" {"block": "cyan_terracotta"}
},
{
"block": "cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "gravel"}
{
"block": "andesite"
},
{
"block": "gravel"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -101,9 +75,7 @@
"exponent": 4 "exponent": 4
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {
@@ -129,91 +101,56 @@
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,9 +2,7 @@
"name": "Mountain Middle", "name": "Mountain Middle",
"derivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [ "children": ["mountain/cliffs"],
"mountain/cliffs"
],
"generators": [ "generators": [
{ {
"generator": "mountain", "generator": "mountain",
@@ -25,43 +23,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -71,11 +51,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -84,11 +60,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"childStyle": { "childStyle": {
@@ -101,14 +73,10 @@
"zoom": 0.9 "zoom": 0.9
} }
}, },
"biomeStyle": { "biomeStyle": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"biomeZoom": 0.4, "biomeZoom": 0.4,
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {
@@ -134,94 +102,57 @@
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "gravel"},
{ {"block": "cyan_terracotta"}
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
] ]
} }
} }

View File

@@ -2,9 +2,7 @@
"name": "Mountain", "name": "Mountain",
"derivative": "MOUNTAIN_EDGE", "derivative": "MOUNTAIN_EDGE",
"vanillaDerivative": "MOUNTAIN_EDGE", "vanillaDerivative": "MOUNTAIN_EDGE",
"children": [ "children": ["mountain/middle"],
"mountain/middle"
],
"generators": [ "generators": [
{ {
"min": 70, "min": 70,
@@ -16,7 +14,6 @@
"max": 5, "max": 5,
"generator": "plain" "generator": "plain"
} }
], ],
"jigsawStructures": [ "jigsawStructures": [
{ {
@@ -36,65 +33,39 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 2.6 "maximumSlope": 2.6
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 3.95},
"minimumSlope": 3.95
},
"palette": [ "palette": [
{ {"block": "gravel"},
"block": "gravel" {"block": "cyan_terracotta"}
},
{
"block": "cyan_terracotta"
}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "gravel"}
{
"block": "andesite"
},
{
"block": "gravel"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {
@@ -120,91 +91,56 @@
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -25,127 +25,84 @@
} }
], ],
"layers": [ "layers": [
{ {"palette": [{"block": "grass_block"}]},
"palette": [
{
"block": "grass_block"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "stone"}
},
{
"block": "stone"
}
] ]
} }
], ],
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"}
"block": "stone" ]},
},
{
"block": "andesite"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"tree/oak/1","tree/oak/2","tree/oak/3","tree/oak/4","tree/oak/5","tree/oak/6"], "tree/oak/1",
"tree/oak/2",
"tree/oak/3",
"tree/oak/4",
"tree/oak/5",
"tree/oak/6"
],
"chance": 0.07, "chance": 0.07,
"rotation": { "rotation": {
"enabled": true, "enabled": true,
@@ -159,7 +116,12 @@
}, },
{ {
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.02, "chance": 0.02,
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"rotation": { "rotation": {

View File

@@ -2,9 +2,7 @@
"name": "Mountain Plains", "name": "Mountain Plains",
"derivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [ "children": ["mountain/lake"],
"mountain/lake"
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -35,43 +33,25 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3.3 "maximumSlope": 3.3
}, },
"palette": [ "palette": [{"block": "grass_block"}]
},
{ {
"block": "grass_block" "minHeight": 2,
} "maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
] ]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4},
"minimumSlope": 4
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "gravel" {"block": "stone"},
}, {"block": "cobblestone"}
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
] ]
}, },
{ {
@@ -81,11 +61,7 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 4 "maximumSlope": 4
}, },
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
@@ -94,132 +70,93 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"childStyle": { "childStyle": {
"style": "IRIS_DOUBLE", "style": "IRIS_DOUBLE",
"zoom": 10 "zoom": 10
}, },
"wall": { "wall": {"palette": [
"palette": [ {"block": "stone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"},
}, {"block": "cyan_terracotta"}
{ ]},
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [ "decorators": [
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
}, },
{ {
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{ "block": "wheat",
"block": "wheat", "data": { "data": {"age": 7}
"age": 7 }]
}
}
]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -253,18 +190,22 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"chance": 0.0003, "chance": 3.0E-4,
"mode": "VACUUM", "mode": "VACUUM",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -275,8 +216,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["ruins/ruin1"],
"ruins/ruin1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -287,14 +227,20 @@
"mode": "PAINT", "mode": "PAINT",
"chance": 0.1, "chance": 0.1,
"place": [ "place": [
"bush/small/1","bush/small/2","bush/small/3" "bush/small/1",
"bush/small/2",
"bush/small/3"
] ]
}, },
{ {
"mode": "PAINT", "mode": "PAINT",
"place": [ "place": [
"mrock/mrock-1","mrock/mrock-2","mrock/mrock-3","mrock/mrock-4","mrock/mrock-5"], "mrock/mrock-1",
"mrock/mrock-2",
"mrock/mrock-3",
"mrock/mrock-4",
"mrock/mrock-5"
],
"chance": 0.04, "chance": 0.04,
"rotation": { "rotation": {
"enabled": true, "enabled": true,

View File

@@ -2,84 +2,64 @@
"name": "Mountain River Soft", "name": "Mountain River Soft",
"derivative": "RIVER", "derivative": "RIVER",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"generators": [ "generators": [{
{
"generator": "river", "generator": "river",
"max": -4, "max": -4,
"min": -15 "min": -15
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {
"style": "IRIS_DOUBLE","fracture": { "style": "IRIS_DOUBLE",
"style": "STATIC", "multiplier": 30 "fracture": {
"style": "STATIC",
"multiplier": 30
} }
}, },
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {
"block": "cobblestone", "weight": 3 "block": "cobblestone",
"weight": 3
}, },
{ {
"block": "clay", "weight": 1 "block": "clay",
"weight": 1
}, },
{ {
"block": "gravel", "weight": 8 "block": "gravel",
"weight": 8
} }
] ]
}, },
{ {"palette": [
"palette": [ {"block": "cobblestone"},
{ {"block": "stone"}
"block": "cobblestone" ]}
},
{
"block": "stone"
}
]
}
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.013, "chance": 0.013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2 "stackMin": 2
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -91,12 +71,18 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }]
]
} }

View File

@@ -2,84 +2,64 @@
"name": "Mountain River", "name": "Mountain River",
"derivative": "RIVER", "derivative": "RIVER",
"vanillaDerivative": "RIVER", "vanillaDerivative": "RIVER",
"generators": [ "generators": [{
{
"generator": "river", "generator": "river",
"max": -7, "max": -7,
"min": -15 "min": -15
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {
"style": "IRIS_DOUBLE","fracture": { "style": "IRIS_DOUBLE",
"style": "STATIC", "multiplier": 30 "fracture": {
"style": "STATIC",
"multiplier": 30
} }
}, },
"zoom": 0.7, "zoom": 0.7,
"palette": [ "palette": [
{ {
"block": "cobblestone", "weight": 3 "block": "cobblestone",
"weight": 3
}, },
{ {
"block": "clay", "weight": 1 "block": "clay",
"weight": 1
}, },
{ {
"block": "gravel", "weight": 8 "block": "gravel",
"weight": 8
} }
] ]
}, },
{ {"palette": [
"palette": [ {"block": "cobblestone"},
{ {"block": "stone"}
"block": "cobblestone" ]}
},
{
"block": "stone"
}
]
}
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.013, "chance": 0.013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 6, "stackMax": 6,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2 "stackMin": 2
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -91,12 +71,18 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }]
]
} }

View File

@@ -2,111 +2,73 @@
"name": "Mushroom Beach", "name": "Mushroom Beach",
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELD_SHORE", "vanillaDerivative": "MUSHROOM_FIELD_SHORE",
"generators": [ "generators": [{
{
"min": -5, "min": -5,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"}
},
{
"block": "andesite"
}
] ]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"objects": [ "objects": [{
{
"name": "standard-surface-portals", "name": "standard-surface-portals",
"chance": 0.00505, "chance": 0.00505,
"place": [ "place": [
"global-clutter/BigSwordPortal-unlit-1","global-clutter/BigSwordPortal-lit-1","ruined_portal/giant_portal_1","ruined_portal/giant_portal_2","ruined_portal/giant_portal_3","ruined_portal/portal_1","ruined_portal/portal_2","ruined_portal/portal_3","ruined_portal/portal_4","ruined_portal/portal_5","ruined_portal/portal_6","ruined_portal/portal_7","ruined_portal/portal_8","ruined_portal/portal_9","ruined_portal/portal_10"], "global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "gold_block"}],
{ "replace": {"palette": [{"block": "air"}]},
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1 "chance": 0.1
}, },
{ {
"find": [ "find": [{"block": "netherrack"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07 "chance": 0.07
}, },
{ {
"find": [ "find": [{"block": "obsidian"}],
{ "replace": {"palette": [{"block": "crying_obsidian"}]},
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15 "chance": 0.15
}, },
{ {
"find": [ "find": [{"block": "lava"}],
{ "replace": {"palette": [{"block": "magma_block"}]},
"block": "lava" "chance": 0.2
} }
], ],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}],
"mode": "VACUUM", "mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY" "carvingSupport": "SURFACE_ONLY"
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -5,142 +5,87 @@
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "IRIS"},
"style": "IRIS" "palette": [{"block": "crimson_nylium"}]
},
"palette": [
{
"block": "crimson_nylium"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 39, "max": 39,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "polished_blackstone_button" "block": "polished_blackstone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "crimson_button" "block": "crimson_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "crimson_fungus"}],
{ "style": {"style": "STATIC"}
"block": "crimson_fungus"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "crimson_roots"}],
{ "style": {"style": "STATIC"}
"block": "crimson_roots"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.21, "chance": 0.21,
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "red_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -151,7 +96,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"mode": "VACUUM", "mode": "VACUUM",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -164,33 +119,14 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "brown_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -201,7 +137,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -213,33 +159,14 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "red_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -250,7 +177,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-r-1","mushroom-red/organell-r-2","mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10"], "mushroom-red/organell-r-1",
"mushroom-red/organell-r-2",
"mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -262,33 +201,14 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "brown_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -299,7 +219,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-r-1","mushroom-red/organell-r-2","mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10"], "mushroom-red/organell-r-1",
"mushroom-red/organell-r-2",
"mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -311,33 +243,14 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "brown_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -348,7 +261,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -360,33 +278,14 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "crimson_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "crimson_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "nether_wart_block"}]}
"block": "red_mushroom_block"
} }
], ],
"replace": {
"palette": [
{
"block": "nether_wart_block"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -397,7 +296,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -406,19 +310,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "crimson_hyphae"}]
},
"palette": [
{
"block": "crimson_hyphae"
}
]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -2,26 +2,21 @@
"name": "Mushroom Forest Hills", "name": "Mushroom Forest Hills",
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"generators": [ "generators": [{
{
"min": 12, "min": 12,
"max": 46, "max": 46,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9
},
"palette": [ "palette": [
{"block": "gravel"},
{ {
"block": "gravel" "block": "red_mushroom_block",
}, "data": {
{
"block": "red_mushroom_block", "data": {
"down": true, "down": true,
"up": true, "up": true,
"north": true, "north": true,
@@ -35,15 +30,12 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{"block": "gravel"},
{ {
"block": "gravel" "block": "brown_mushroom_block",
}, "data": {
{
"block": "brown_mushroom_block", "data": {
"down": true, "down": true,
"up": true, "up": true,
"north": true, "north": true,
@@ -56,17 +48,13 @@
}, },
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "mycelium" "block": "mycelium"
}, },
{ {"block": "gravel"},
"block": "gravel"
},
{ {
"weight": 3, "weight": 3,
"block": "mycelium" "block": "mycelium"
@@ -77,83 +65,61 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [{
{
"maxSpawns": 5, "maxSpawns": 5,
"minSpawns": 2, "minSpawns": 2,
"entity": "mooshroom", "entity": "mooshroom",
"rarity": 5 "rarity": 5
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "red_mushroom"},
"block": "red_mushroom" {"block": "brown_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "brown_mushroom"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -170,7 +136,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -181,20 +157,9 @@
{ {
"chance": 0.18, "chance": 0.18,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -206,7 +171,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -226,7 +201,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -236,20 +222,9 @@
{ {
"chance": 0.05, "chance": 0.05,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -261,7 +236,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/illuminorganell-r-1","mushroom-red/illuminorganell-r-2","mushroom-red/illuminorganell-r-3","mushroom-red/illuminorganell-r-4","mushroom-red/illuminorganell-r-5","mushroom-red/illuminorganell-r-6","mushroom-red/illuminorganell-r-7","mushroom-red/illuminorganell-r-8","mushroom-red/illuminorganell-r-9","mushroom-red/illuminorganell-r-10","mushroom-red/illuminorganell-r-11"], "mushroom-red/illuminorganell-r-1",
"mushroom-red/illuminorganell-r-2",
"mushroom-red/illuminorganell-r-3",
"mushroom-red/illuminorganell-r-4",
"mushroom-red/illuminorganell-r-5",
"mushroom-red/illuminorganell-r-6",
"mushroom-red/illuminorganell-r-7",
"mushroom-red/illuminorganell-r-8",
"mushroom-red/illuminorganell-r-9",
"mushroom-red/illuminorganell-r-10",
"mushroom-red/illuminorganell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -271,20 +257,9 @@
{ {
"chance": 0.5, "chance": 0.5,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -296,7 +271,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -306,20 +292,9 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -331,7 +306,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -351,7 +331,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -360,25 +345,15 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 8, "weight": 8,

View File

@@ -2,23 +2,17 @@
"name": "Mushroom Forest", "name": "Mushroom Forest",
"derivative": "MUSHROOM_FIELDS", "derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"children": [ "children": ["mushroom/forest-hills"],
"mushroom/forest-hills"
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9
},
"palette": [ "palette": [
{"block": "gravel"},
{ {
"block": "gravel" "block": "red_mushroom_block",
}, "data": {
{
"block": "red_mushroom_block", "data": {
"down": true, "down": true,
"up": true, "up": true,
"north": true, "north": true,
@@ -32,15 +26,12 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{"block": "gravel"},
{ {
"block": "gravel" "block": "brown_mushroom_block",
}, "data": {
{
"block": "brown_mushroom_block", "data": {
"down": true, "down": true,
"up": true, "up": true,
"north": true, "north": true,
@@ -53,17 +44,13 @@
}, },
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "mycelium" "block": "mycelium"
}, },
{ {"block": "gravel"},
"block": "gravel"
},
{ {
"weight": 3, "weight": 3,
"block": "mycelium" "block": "mycelium"
@@ -74,90 +61,66 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": 6, "min": 6,
"max": 24, "max": 24,
"generator": "plain" "generator": "plain"
} }],
], "entityInitialSpawns": [{
"entityInitialSpawns": [
{
"maxSpawns": 5, "maxSpawns": 5,
"minSpawns": 2, "minSpawns": 2,
"entity": "mooshroom", "entity": "mooshroom",
"rarity": 5 "rarity": 5
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "red_mushroom"},
"block": "red_mushroom" {"block": "brown_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "brown_mushroom"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -174,7 +137,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -185,20 +158,9 @@
{ {
"chance": 0.15, "chance": 0.15,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -210,7 +172,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -231,7 +203,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -241,20 +224,9 @@
{ {
"chance": 0.05, "chance": 0.05,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -266,7 +238,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/illuminorganell-r-1","mushroom-red/illuminorganell-r-2","mushroom-red/illuminorganell-r-3","mushroom-red/illuminorganell-r-4","mushroom-red/illuminorganell-r-5","mushroom-red/illuminorganell-r-6","mushroom-red/illuminorganell-r-7","mushroom-red/illuminorganell-r-8","mushroom-red/illuminorganell-r-9","mushroom-red/illuminorganell-r-10","mushroom-red/illuminorganell-r-11"], "mushroom-red/illuminorganell-r-1",
"mushroom-red/illuminorganell-r-2",
"mushroom-red/illuminorganell-r-3",
"mushroom-red/illuminorganell-r-4",
"mushroom-red/illuminorganell-r-5",
"mushroom-red/illuminorganell-r-6",
"mushroom-red/illuminorganell-r-7",
"mushroom-red/illuminorganell-r-8",
"mushroom-red/illuminorganell-r-9",
"mushroom-red/illuminorganell-r-10",
"mushroom-red/illuminorganell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -276,20 +259,9 @@
{ {
"chance": 0.4, "chance": 0.4,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -301,7 +273,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -311,20 +294,9 @@
{ {
"chance": 0.02, "chance": 0.02,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -336,7 +308,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -356,7 +333,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -365,25 +347,15 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 8, "weight": 8,

View File

@@ -5,17 +5,13 @@
"layers": [ "layers": [
{ {
"zoom": 0.3, "zoom": 0.3,
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {
"weight": 7, "weight": 7,
"block": "mycelium" "block": "mycelium"
}, },
{ {"block": "gravel"},
"block": "gravel"
},
{ {
"weight": 9, "weight": 9,
"block": "mycelium" "block": "mycelium"
@@ -26,94 +22,69 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": -30, "min": -30,
"max": -10, "max": -10,
"generator": "river" "generator": "river"
} }],
], "entityInitialSpawns": [{
"entityInitialSpawns": [
{
"maxSpawns": 5, "maxSpawns": 5,
"minSpawns": 2, "minSpawns": 2,
"entity": "mooshroom", "entity": "mooshroom",
"rarity": 5 "rarity": 5
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.007, "chance": 0.007,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "red_mushroom"},
"block": "red_mushroom" {"block": "brown_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "brown_mushroom"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
@@ -127,7 +98,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -137,20 +118,9 @@
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -162,7 +132,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -172,20 +152,9 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -197,7 +166,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -217,7 +191,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -226,25 +205,15 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,

View File

@@ -6,35 +6,17 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.825, "zoom": 0.825,
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay" {"block": "stone"},
}, {"block": "cobblestone"},
{ {"block": "andesite"},
"block": "stone" {"block": "gravel"}
},
{
"block": "cobblestone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "dirt"
}
] ]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -43,76 +25,47 @@
"weight": 2, "weight": 2,
"block": "dirt" "block": "dirt"
}, },
{ {"block": "coarse_dirt"}
"block": "coarse_dirt"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": -51, "min": -51,
"max": -39, "max": -39,
"generator": "ocean" "generator": "ocean"
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.06, "chance": 0.06,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 20, "zoom": 20,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0006, "chance": 6.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "soul_sand"},
"block": "soul_sand" {"block": "magma_block"}
}, ],
{ "style": {"style": "STATIC"}
"block": "magma_block"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.1, "chance": 0.1,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "STATIC"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
@@ -142,10 +95,9 @@
"pickles": 4 "pickles": 4
}, },
"block": "sea_pickle" "block": "sea_pickle"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
} }
], ],
"objects": [ "objects": [
@@ -162,21 +114,13 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"ships/swreck-1","ships/usd-ship-1","ships/usd-ship-2"], "ships/swreck-1",
"edit": [ "ships/usd-ship-1",
{ "ships/usd-ship-2"
"find": [
{
"block": "oak_stairs"
}
], ],
"replace": { "edit": [{
"palette": [ "find": [{"block": "oak_stairs"}],
{ "replace": {"palette": [{"block": "oak_planks"}]}
"block": "oak_planks"
}
]
}
}], }],
"translate": { "translate": {
"x": 0, "x": 0,
@@ -186,20 +130,9 @@
}, },
{ {
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [{
{ "find": [{"block": "shroomlight"}],
"find": [ "replace": {"palette": [{"block": "mushroom_stem"}]}
{
"block": "shroomlight"
}
],
"replace": {
"palette": [
{
"block": "mushroom_stem"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -212,7 +145,17 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"lumoshroom/subnauti-1","lumoshroom/subnauti-2","lumoshroom/subnauti-3","lumoshroom/subnauti-4","lumoshroom/subnauti-5","lumoshroom/subnauti-6","lumoshroom/subnauti-7","lumoshroom/subnauti-8","lumoshroom/subnauti-9","lumoshroom/subnauti-10"], "lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -232,7 +175,17 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"lumoshroom/subnauti-1","lumoshroom/subnauti-2","lumoshroom/subnauti-3","lumoshroom/subnauti-4","lumoshroom/subnauti-5","lumoshroom/subnauti-6","lumoshroom/subnauti-7","lumoshroom/subnauti-8","lumoshroom/subnauti-9","lumoshroom/subnauti-10"], "lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -241,37 +194,19 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay" {"block": "smooth_sandstone"},
}, {"block": "red_sand"},
{ {"block": "smooth_red_sandstone"},
"block": "smooth_sandstone" {"block": "smooth_sandstone"},
}, {"block": "sand"},
{ {"block": "smooth_red_sandstone"}
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -5,9 +5,7 @@
"layers": [ "layers": [
{ {
"zoom": 0.3, "zoom": 0.3,
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {
"weight": 7, "weight": 7,
@@ -23,101 +21,73 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"generators": [ "generators": [{
{
"min": 6, "min": 6,
"max": 14, "max": 14,
"generator": "plain" "generator": "plain"
} }],
], "jigsawStructures": [{
"jigsawStructures": [
{
"rarity": 150, "rarity": 150,
"structure": "mush-huts" "structure": "mush-huts"
} }],
], "entityInitialSpawns": [{
"entityInitialSpawns": [
{
"maxSpawns": 6, "maxSpawns": 6,
"minSpawns": 2, "minSpawns": 2,
"entity": "mooshroom", "entity": "mooshroom",
"rarity": 3 "rarity": 3
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.007, "chance": 0.007,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "red_mushroom"},
"block": "red_mushroom" {"block": "brown_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "brown_mushroom"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
@@ -131,7 +101,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -141,20 +121,9 @@
{ {
"chance": 0.08, "chance": 0.08,
"density": 2, "density": 2,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -166,7 +135,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -176,20 +155,9 @@
{ {
"chance": 0.025, "chance": 0.025,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -201,7 +169,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -221,7 +194,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -230,25 +208,15 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,

View File

@@ -2,118 +2,78 @@
"name": "Mushroom Warped Forest", "name": "Mushroom Warped Forest",
"derivative": "WARPED_FOREST", "derivative": "WARPED_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS",
"generators": [ "generators": [{
{
"min": 6, "min": 6,
"max": 39, "max": 39,
"generator": "plain-cliffs" "generator": "plain-cliffs"
} }],
],
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "IRIS"},
"style": "IRIS" "palette": [{"block": "warped_nylium"}]
},
"palette": [
{
"block": "warped_nylium"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 45, "minHeight": 45,
"maxHeight": 65, "maxHeight": 65,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "blackstone"}]
},
"palette": [
{
"block": "blackstone"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.009, "chance": 0.009,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "polished_blackstone_button" "block": "polished_blackstone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "warped_button" "block": "warped_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.05, "chance": 0.05,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "warped_fungus"}],
{ "style": {"style": "STATIC"}
"block": "warped_fungus"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.11, "chance": 0.11,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "warped_roots"}],
{ "style": {"style": "STATIC"}
"block": "warped_roots"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 7, "stackMax": 7,
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "twisting_vines_plant"}],
{ "style": {"style": "STATIC"},
"block": "twisting_vines_plant"
}],
"style": {
"style": "STATIC"
},
"stackMin": 3 "stackMin": 3
} }
], ],
@@ -123,47 +83,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -174,7 +105,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -186,47 +127,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -237,7 +149,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/small-organell-r-1","mushroom-red/small-organell-r-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10"], "mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -249,47 +171,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -300,7 +193,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-r-1","mushroom-red/organell-r-2","mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10"], "mushroom-red/organell-r-1",
"mushroom-red/organell-r-2",
"mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -312,47 +217,18 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -363,7 +239,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-r-1","mushroom-red/organell-r-2","mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10"], "mushroom-red/organell-r-1",
"mushroom-red/organell-r-2",
"mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -375,47 +263,18 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -426,7 +285,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -438,47 +302,18 @@
"density": 1, "density": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "brown_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_hyphae"}]}
"block": "brown_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_hyphae"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "red_mushroom_block"}],
{ "replace": {"palette": [{"block": "warped_wart_block"}]}
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "warped_wart_block"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "mushroom_stem"}],
{ "replace": {"palette": [{"block": "blackstone"}]}
"block": "mushroom_stem"
} }
], ],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -489,7 +324,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"shroom/mushclutt1","shroom/mushclutt2","shroom/mushclutt3","shroom/mushclutt4","shroom/mushclutt5"], "shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -498,19 +338,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "warped_hyphae"}]
},
"palette": [
{
"block": "warped_hyphae"
}
]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,

View File

@@ -2,48 +2,32 @@
"name": "Ocean Beach", "name": "Ocean Beach",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "PLAINS", "vanillaDerivative": "PLAINS",
"generators": [ "generators": [{
{
"generator": "ocean", "generator": "ocean",
"max": -20, "max": -20,
"min": -30 "min": -30
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 1, "maxHeight": 1,
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "stone"}
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -51,81 +35,58 @@
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.02, "chance": 0.02,
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"rotation": { "rotation": {
@@ -137,20 +98,11 @@
"max": 360 "max": 360
} }
} }
} }],
],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "wall": {"palette": [
}, {"block": "stone"},
"wall": { {"block": "andesite"}
"palette": [ ]}
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
} }

View File

@@ -2,13 +2,11 @@
"name": "Ocean Deep", "name": "Ocean Deep",
"derivative": "DEEP_OCEAN", "derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN",
"generators": [ "generators": [{
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": -30, "max": -30,
"min": -50 "min": -50
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -17,29 +15,15 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "FRACTAL_FBM_IRIS"},
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
@@ -49,46 +33,30 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "gravel"}]
{
"block": "gravel"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.09, "chance": 0.09,
"palette": [ "palette": [{"block": "kelp_plant"}],
{
"block": "kelp_plant"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 12 "stackMax": 12
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "seagrass"}]
{
"block": "seagrass"
}
]
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "lower"}
"half": "lower"
}
}], }],
"topPalette": [ "topPalette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "upper"}
"half": "upper" }]
}
}
]
} }
], ],
"objects": [ "objects": [
@@ -107,17 +75,22 @@
} }
}, },
"place": [ "place": [
"ships/gall-1","ships/gall-2","ships/gall-3" "ships/gall-1",
"ships/gall-2",
"ships/gall-3"
] ]
}, },
{ {
"place": [ "place": [
"ships/generic-w","ships/generic-b","ships/generic-r","ships/generic-u","ships/generic-c"], "ships/generic-w",
"ships/generic-b",
"ships/generic-r",
"ships/generic-u",
"ships/generic-c"
],
"chance": 0.001, "chance": 0.001,
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
}, },
{ {
@@ -135,7 +108,26 @@
} }
}, },
"place": [ "place": [
"shipwreck/with-mast","shipwreck/with-mast-degraded","shipwreck/rightsideup-full","shipwreck/rightsideup-full-degraded","shipwreck/rightsideup-fronthalf","shipwreck/rightsideup-fronthalf-degraded","shipwreck/rightsideup-backhalf","shipwreck/rightsideup-backhalf-degraded","shipwreck/sideways-full","shipwreck/sideways-full-degraded","shipwreck/sideways-fronthalf","shipwreck/sideways-fronthalf-degraded","shipwreck/sideways-backhalf","shipwreck/sideways-backhalf-degraded","shipwreck/upsidedown-full","shipwreck/upsidedown-full-degraded","shipwreck/upsidedown-fronthalf","shipwreck/upsidedown-fronthalf-degraded","shipwreck/upsidedown-backhalf","shipwreck/upsidedown-backhalf-degraded" "shipwreck/with-mast",
"shipwreck/with-mast-degraded",
"shipwreck/rightsideup-full",
"shipwreck/rightsideup-full-degraded",
"shipwreck/rightsideup-fronthalf",
"shipwreck/rightsideup-fronthalf-degraded",
"shipwreck/rightsideup-backhalf",
"shipwreck/rightsideup-backhalf-degraded",
"shipwreck/sideways-full",
"shipwreck/sideways-full-degraded",
"shipwreck/sideways-fronthalf",
"shipwreck/sideways-fronthalf-degraded",
"shipwreck/sideways-backhalf",
"shipwreck/sideways-backhalf-degraded",
"shipwreck/upsidedown-full",
"shipwreck/upsidedown-full-degraded",
"shipwreck/upsidedown-fronthalf",
"shipwreck/upsidedown-fronthalf-degraded",
"shipwreck/upsidedown-backhalf",
"shipwreck/upsidedown-backhalf-degraded"
] ]
} }
] ]

View File

@@ -2,13 +2,11 @@
"name": "Ocean", "name": "Ocean",
"derivative": "OCEAN", "derivative": "OCEAN",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"generator": "mountain", "generator": "mountain",
"max": -35, "max": -35,
"min": -60 "min": -60
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
@@ -17,29 +15,15 @@
"minimumSlope": 0, "minimumSlope": 0,
"maximumSlope": 3 "maximumSlope": 3
}, },
"style": { "style": {"style": "FRACTAL_FBM_IRIS"},
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
@@ -49,11 +33,7 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "gravel"}]
{
"block": "gravel"
}
]
} }
], ],
"childStyle": { "childStyle": {
@@ -64,51 +44,45 @@
"zoom": 0.8, "zoom": 0.8,
"multiplier": 50, "multiplier": 50,
"fracture": { "fracture": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"multiplier": 25 "multiplier": 25
} }
} }
}, },
"childShrinkFactor": 1.0, "childShrinkFactor": 1,
"decorators": [ "decorators": [
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "kelp_plant"}],
{
"block": "kelp_plant"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 6 "stackMax": 6
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "seagrass"}]
{
"block": "seagrass"
}
]
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "lower"}
"half": "lower"
}
}], }],
"topPalette": [ "topPalette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "upper"}
"half": "upper" }]
}
}
]
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1, "chance": 1,
"mode": "FAST_MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"underwater": true, "underwater": true,
@@ -125,50 +99,53 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "grass_block"},
"block": "grass_block" {"block": "dirt"}
},
{
"block": "dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "clay"}]}
"palette": [
{
"block": "clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "tall_grass"},
"block": "tall_grass" {"block": "grass"}
},
{
"block": "grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "water"}]}
"palette": [
{
"block": "water"
}
]
}
} }
] ]
}, },
{ {
"place": [ "place": [
"shipwreck/with-mast-degraded","shipwreck/with-mast","shipwreck/upsidedown-full-degraded","shipwreck/upsidedown-full","shipwreck/upsidedown-fronthalf-degraded","shipwreck/upsidedown-fronthalf","shipwreck/upsidedown-backhalf-degraded","shipwreck/upsidedown-backhalf","shipwreck/sideways-full-degraded","shipwreck/sideways-full","shipwreck/sideways-fronthalf-degraded","shipwreck/sideways-fronthalf","shipwreck/sideways-backhalf-degraded","shipwreck/sideways-backhalf","shipwreck/rightsideup-full-degraded","shipwreck/rightsideup-full","shipwreck/rightsideup-fronthalf-degraded","shipwreck/rightsideup-fronthalf","shipwreck/rightsideup-backhalf-degraded","shipwreck/rightsideup-backhalf"], "shipwreck/with-mast-degraded",
"shipwreck/with-mast",
"shipwreck/upsidedown-full-degraded",
"shipwreck/upsidedown-full",
"shipwreck/upsidedown-fronthalf-degraded",
"shipwreck/upsidedown-fronthalf",
"shipwreck/upsidedown-backhalf-degraded",
"shipwreck/upsidedown-backhalf",
"shipwreck/sideways-full-degraded",
"shipwreck/sideways-full",
"shipwreck/sideways-fronthalf-degraded",
"shipwreck/sideways-fronthalf",
"shipwreck/sideways-backhalf-degraded",
"shipwreck/sideways-backhalf",
"shipwreck/rightsideup-full-degraded",
"shipwreck/rightsideup-full",
"shipwreck/rightsideup-fronthalf-degraded",
"shipwreck/rightsideup-fronthalf",
"shipwreck/rightsideup-backhalf-degraded",
"shipwreck/rightsideup-backhalf"
],
"chance": 0.008, "chance": 0.008,
"underwater": true, "underwater": true,
"waterloggable": true "waterloggable": true
}, },
{ {
"place": [ "place": [
"ocean-ruins/ruin1","ocean-ruins/ruin2","ocean-ruins/ruin3"], "ocean-ruins/ruin1",
"ocean-ruins/ruin2",
"ocean-ruins/ruin3"
],
"chance": 0.008, "chance": 0.008,
"mode": "VACUUM", "mode": "VACUUM",
"underwater": true, "underwater": true,

View File

@@ -2,97 +2,81 @@
"name": "Ocean Warm Bottom", "name": "Ocean Warm Bottom",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN",
"generators": [ "generators": [{
{
"generator": "plain", "generator": "plain",
"max": -30, "max": -30,
"min": -40 "min": -40
} }],
], "layers": [{
"layers": [
{
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"palette": [ "palette": [{"block": "sand"}]
{ }],
"block": "sand"
}
]
}
],
"decorators": [ "decorators": [
{ {
"chance": 0.05, "chance": 0.05,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "variance": {"style": "STATIC"},
},
"variance": {
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"block": "sea_pickle", "data": { "block": "sea_pickle",
"pickles": 1 "data": {"pickles": 1}
}
}, },
{ {
"weight": 2, "weight": 2,
"block": "sea_pickle", "data": { "block": "sea_pickle",
"pickles": 2 "data": {"pickles": 2}
}
}, },
{ {
"weight": 3, "weight": 3,
"block": "sea_pickle", "data": { "block": "sea_pickle",
"pickles": 3 "data": {"pickles": 3}
}
}, },
{ {
"weight": 4, "weight": 4,
"block": "sea_pickle", "data": { "block": "sea_pickle",
"pickles": 4 "data": {"pickles": 4}
}
} }
] ]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "kelp_plant"}],
{
"block": "kelp_plant"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 6 "stackMax": 6
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{"block": "seagrass"}]
{
"block": "seagrass"
}
]
}, },
{ {
"chance": 0.2, "chance": 0.2,
"palette": [ "palette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "lower"}
"half": "lower"
}
}], }],
"topPalette": [ "topPalette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "upper"}
"half": "upper" }]
}
}
]
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"coral/coral-pink-1","coral/coral-pink-2","coral/coral-pink-3","coral/coral-pink-4","coral/coral-purp-1","coral/coral-purp-2","coral/coral-purp-3","coral/coral-red-1","coral/coral-by-1","coral/coral-by-2","coral/coral-by-3","coral/coral-by-4"], "coral/coral-pink-1",
"coral/coral-pink-2",
"coral/coral-pink-3",
"coral/coral-pink-4",
"coral/coral-purp-1",
"coral/coral-purp-2",
"coral/coral-purp-3",
"coral/coral-red-1",
"coral/coral-by-1",
"coral/coral-by-2",
"coral/coral-by-3",
"coral/coral-by-4"
],
"chance": 1, "chance": 1,
"underwater": true, "underwater": true,
"mode": "CENTER_HEIGHT", "mode": "CENTER_HEIGHT",
@@ -108,7 +92,14 @@
}, },
{ {
"place": [ "place": [
"coral/stonedirtsetter-1","coral/stonedirtsetter-2","coral/stonedirtsetter-3","coral/stonedirtsetter-4","coral/stonedirtsetter-5","coral/stonedirtsetter-6","coral/stonedirtsetter-7"], "coral/stonedirtsetter-1",
"coral/stonedirtsetter-2",
"coral/stonedirtsetter-3",
"coral/stonedirtsetter-4",
"coral/stonedirtsetter-5",
"coral/stonedirtsetter-6",
"coral/stonedirtsetter-7"
],
"chance": 1, "chance": 1,
"density": 8, "density": 8,
"underwater": true, "underwater": true,
@@ -122,45 +113,32 @@
"min": -360 "min": -360
} }
}, },
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "stone"},
"block": "stone" {"block": "dirt"}
},
{
"block": "dirt"
}
], ],
"replace": { "replace": {
"palette": [ "palette": [
{ {"block": "brain_coral_block"},
"block": "brain_coral_block" {"block": "horn_coral_block"},
}, {"block": "tube_coral_block"},
{ {"block": "fire_coral_block"},
"block": "horn_coral_block" {"block": "bubble_coral_block"}
},
{
"block": "tube_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "bubble_coral_block"
}
], ],
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.07 "zoom": 0.07
} }
} }]
]
}, },
{ {
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1, "chance": 1,
"mode": "FAST_MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"underwater": true, "underwater": true,
@@ -168,43 +146,22 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "grass_block"},
"block": "grass_block" {"block": "dirt"}
},
{
"block": "dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "clay"}]}
"palette": [
{
"block": "clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "tall_grass"},
"block": "tall_grass" {"block": "grass"}
},
{
"block": "grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "seagrass"}]}
"palette": [
{
"block": "seagrass"
}
]
}
} }
] ]
}, },
{ {
"place": [ "place": ["landform/underwater/ellipsoid-1"],
"landform/underwater/ellipsoid-1"],
"chance": 0.5, "chance": 0.5,
"underwater": true, "underwater": true,
"mode": "CENTER_HEIGHT", "mode": "CENTER_HEIGHT",
@@ -212,16 +169,12 @@
"minimumHeight": 30, "minimumHeight": 30,
"maximumHeight": 255 "maximumHeight": 255
}, },
"edit": [ "edit": [{
{ "find": [{"block": "clay"}],
"find": [
{
"block": "clay"
}
],
"replace": { "replace": {
"style": { "style": {
"style": "GLOB", "zoom": 0.02 "style": "GLOB",
"zoom": 0.02
}, },
"palette": [ "palette": [
{ {
@@ -234,17 +187,19 @@
} }
] ]
} }
} }]
]
}, },
{ {
"place": [ "place": [
"ships/generic-w","ships/generic-b","ships/generic-r","ships/generic-u","ships/generic-c"], "ships/generic-w",
"ships/generic-b",
"ships/generic-r",
"ships/generic-u",
"ships/generic-c"
],
"chance": 0.005, "chance": 0.005,
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
} }
] ]

View File

@@ -2,95 +2,75 @@
"name": "Ocean Warm", "name": "Ocean Warm",
"derivative": "WARM_OCEAN", "derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN",
"children": [ "children": ["ocean/warm-bottom"],
"ocean/warm-bottom" "generators": [{
],
"generators": [
{
"generator": "plain", "generator": "plain",
"max": -10, "max": -10,
"min": -19 "min": -19
} }],
], "layers": [{
"layers": [
{
"minHeight": 2, "minHeight": 2,
"maxHeight": 10, "maxHeight": 10,
"style": { "style": {"style": "FRACTAL_FBM_IRIS"},
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6, "zoom": 0.6,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "clay"},
}, {"block": "sand"},
{ {"block": "gravel"},
"block": "clay" {"block": "sand"},
}, {"block": "dirt"},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "sand" "block": "sand"
} }
] ]
} }],
],
"childStyle": { "childStyle": {
"style": "GLOB", "style": "GLOB",
"zoom": 1, "zoom": 1,
"exponent": 1.3 "exponent": 1.3
}, },
"childShrinkFactor": 1.0, "childShrinkFactor": 1,
"decorators": [ "decorators": [
{ {
"chance": 0.02, "chance": 0.02,
"palette": [ "palette": [{"block": "kelp_plant"}],
{
"block": "kelp_plant"
}],
"stackMin": 2, "stackMin": 2,
"stackMax": 6 "stackMax": 6
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{"block": "seagrass"}]
{
"block": "seagrass"
}
]
}, },
{ {
"chance": 0.05, "chance": 0.05,
"palette": [ "palette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "lower"}
"half": "lower"
}
}], }],
"topPalette": [ "topPalette": [{
{ "block": "tall_seagrass",
"block": "tall_seagrass", "data": { "data": {"half": "upper"}
"half": "upper" }]
}
}
]
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"coral/coral-pink-1","coral/coral-pink-2","coral/coral-pink-3","coral/coral-pink-4","coral/coral-purp-1","coral/coral-purp-2","coral/coral-purp-3","coral/coral-red-1","coral/coral-by-1","coral/coral-by-2","coral/coral-by-3","coral/coral-by-4"], "coral/coral-pink-1",
"coral/coral-pink-2",
"coral/coral-pink-3",
"coral/coral-pink-4",
"coral/coral-purp-1",
"coral/coral-purp-2",
"coral/coral-purp-3",
"coral/coral-red-1",
"coral/coral-by-1",
"coral/coral-by-2",
"coral/coral-by-3",
"coral/coral-by-4"
],
"chance": 1, "chance": 1,
"density": 2, "density": 2,
"underwater": true, "underwater": true,
@@ -107,7 +87,14 @@
}, },
{ {
"place": [ "place": [
"coral/stonedirtsetter-1","coral/stonedirtsetter-2","coral/stonedirtsetter-3","coral/stonedirtsetter-4","coral/stonedirtsetter-5","coral/stonedirtsetter-6","coral/stonedirtsetter-7"], "coral/stonedirtsetter-1",
"coral/stonedirtsetter-2",
"coral/stonedirtsetter-3",
"coral/stonedirtsetter-4",
"coral/stonedirtsetter-5",
"coral/stonedirtsetter-6",
"coral/stonedirtsetter-7"
],
"chance": 0.5, "chance": 0.5,
"density": 2, "density": 2,
"underwater": true, "underwater": true,
@@ -121,45 +108,32 @@
"min": -360 "min": -360
} }
}, },
"edit": [ "edit": [{
{
"find": [ "find": [
{ {"block": "stone"},
"block": "stone" {"block": "dirt"}
},
{
"block": "dirt"
}
], ],
"replace": { "replace": {
"palette": [ "palette": [
{ {"block": "brain_coral_block"},
"block": "brain_coral_block" {"block": "horn_coral_block"},
}, {"block": "tube_coral_block"},
{ {"block": "fire_coral_block"},
"block": "horn_coral_block" {"block": "bubble_coral_block"}
},
{
"block": "tube_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "bubble_coral_block"
}
], ],
"style": { "style": {"style": "CELLULAR"},
"style": "CELLULAR"
},
"zoom": 0.07 "zoom": 0.07
} }
} }]
]
}, },
{ {
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1, "chance": 1,
"mode": "FAST_MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"underwater": true, "underwater": true,
@@ -167,48 +141,31 @@
"edit": [ "edit": [
{ {
"find": [ "find": [
{ {"block": "grass_block"},
"block": "grass_block" {"block": "dirt"}
},
{
"block": "dirt"
}
], ],
"replace": { "replace": {"palette": [{"block": "clay"}]}
"palette": [
{
"block": "clay"
}
]
}
}, },
{ {
"find": [ "find": [
{ {"block": "tall_grass"},
"block": "tall_grass" {"block": "grass"}
},
{
"block": "grass"
}
], ],
"replace": { "replace": {"palette": [{"block": "seagrass"}]}
"palette": [
{
"block": "seagrass"
}
]
}
} }
] ]
}, },
{ {
"place": [ "place": [
"ships/generic-w","ships/generic-b","ships/generic-r","ships/generic-u","ships/generic-c"], "ships/generic-w",
"ships/generic-b",
"ships/generic-r",
"ships/generic-u",
"ships/generic-c"
],
"chance": 0.005, "chance": 0.005,
"onwater": true, "onwater": true,
"translate": { "translate": {"y": -1},
"y": -1
},
"waterloggable": true "waterloggable": true
} }
] ]

View File

@@ -2,56 +2,30 @@
"name": "Savanna Acacia Denmyre", "name": "Savanna Acacia Denmyre",
"derivative": "DESERT", "derivative": "DESERT",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FLAT"},
"style": "FLAT" "palette": [{"block": "grass_block"}]
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "coarse_dirt"}]
{
"block": "coarse_dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -68,127 +42,80 @@
"decorators": [ "decorators": [
{ {
"chance": 0.1, "chance": 0.1,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.01, "zoom": 0.01,
"palette": [ "palette": [
{ {
"weight": 4, "weight": 4,
"block": "dead_bush" "block": "dead_bush"
}, },
{ {"block": "brown_mushroom"}
"block": "brown_mushroom" ],
}], "style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
},
"palette": [
{
"block": "cactus"
}],
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.4, "chance": 0.4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.017, "chance": 0.017,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.5, "chance": 0.5,
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "acacia_planks"}],
{ "replace": {"palette": [{"block": "stripped_acacia_wood"}]}
"block": "acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "stripped_acacia_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_leaves"}],
{ "replace": {"palette": [{
"block": "acacia_leaves" "block": "acacia_leaves",
"data": {"persistent": true}
}]}
} }
], ],
"replace": {
"palette": [
{
"block": "acacia_leaves", "data": {
"persistent": true
}
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -199,14 +126,20 @@
"enabled": true "enabled": true
}, },
"place": [ "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-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"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
"z": 0 "z": 0
} }
} }],
],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -222,19 +155,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,63 +2,36 @@
"name": "Savanna Beach", "name": "Savanna Beach",
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"generators": [ "generators": [{
{
"min": 0, "min": 0,
"max": 0, "max": 0,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "grass_block"}]
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
{ {
"entity": "cow", "entity": "cow",
@@ -98,7 +71,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -117,7 +97,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"garbage/clutter-1","garbage/clutter-2","garbage/clutter-3","garbage/clutter-4"], "garbage/clutter-1",
"garbage/clutter-2",
"garbage/clutter-3",
"garbage/clutter-4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -126,39 +110,20 @@
} }
], ],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "decorators": [{
},
"decorators": [
{
"chance": 0.35, "chance": 0.35,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}], }],
"style": {
"style": "STATIC"
}
}
],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,16 +2,12 @@
"name": "Savanna Cliffs", "name": "Savanna Cliffs",
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"children": [ "children": ["savanna/acacia-denmyre"],
"savanna/acacia-denmyre" "generators": [{
],
"generators": [
{
"min": 9, "min": 9,
"max": 28, "max": 28,
"generator": "plain" "generator": "plain"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -26,72 +22,40 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9
},
"palette": [ "palette": [
{ {"block": "sandstone"},
"block": "sandstone" {"block": "sand"}
},
{
"block": "sand"
}
] ]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "coarse_dirt"},
}, {"block": "gravel"}
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
] ]
}, },
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.75, "zoom": 0.75,
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -102,60 +66,32 @@
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
},
"palette": [
{
"block": "cactus"
}],
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.3, "chance": 0.3,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -185,7 +121,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaD-1","savanna-gen/savannaD-2","savanna-gen/savannaD-3"], "savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -204,7 +143,20 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaF-1","savanna-gen/savannaF-2","savanna-gen/savannaF-3","savanna-gen/savannaF-4","savanna-gen/savannaF-5","savanna-gen/savannaF-6","savanna-gen/savannaF-7","savanna-gen/savannaF-8","savanna-gen/savannaF-9","savanna-gen/savannaF-10","savanna-gen/savannaF-11","savanna-gen/savannaF-13","savanna-gen/savannaF-14"], "savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -223,7 +175,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaS-1","savanna-gen/savannaS-2","savanna-gen/savannaS-3","savanna-gen/savannaS-4","savanna-gen/savannaS-5","savanna-gen/savannaS-6","savanna-gen/savannaS-7","savanna-gen/savannaS-8","savanna-gen/savannas-9","savanna-gen/savannas-10","savanna-gen/savannas-11","savanna-gen/savannas-12"], "savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -242,7 +206,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-rock/SavanaRock1","savanna-rock/SavanaRock2","savanna-rock/SavanaRock3","savanna-rock/SavanaRock4","savanna-rock/SavanaRock5","savanna-rock/SavanaRock6","savanna-rock/SavanaRock7","savanna-rock/SavanaRock8"], "savanna-rock/SavanaRock1",
"savanna-rock/SavanaRock2",
"savanna-rock/SavanaRock3",
"savanna-rock/SavanaRock4",
"savanna-rock/SavanaRock5",
"savanna-rock/SavanaRock6",
"savanna-rock/SavanaRock7",
"savanna-rock/SavanaRock8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -251,23 +223,13 @@
} }
], ],
"biomeZoom": 20, "biomeZoom": 20,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,34 +2,26 @@
"name": "Savanna Forest", "name": "Savanna Forest",
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"generators": [ "generators": [{
{
"min": 7, "min": 7,
"max": 10, "max": 10,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.75, "zoom": 0.75,
"palette": [ "palette": [
{ {
"weight": 2, "weight": 2,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "brown_concrete_powder"},
"block": "brown_concrete_powder"
},
{ {
"weight": 4, "weight": 4,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "brown_concrete_powder"},
"block": "brown_concrete_powder"
},
{ {
"weight": 7, "weight": 7,
"block": "grass_block" "block": "grass_block"
@@ -39,28 +31,16 @@
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -74,94 +54,70 @@
"rarity": 1500 "rarity": 1500
} }
], ],
"biomeSkyScatter": [ "biomeSkyScatter": ["DESERT"],
"DESERT"
],
"decorators": [ "decorators": [
{ {
"chance": 0.00435, "chance": 0.00435,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.092, "chance": 0.092,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.1, "chance": 0.1,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {"block": "grass"},
"block": "grass" {"block": "tall_grass"}
],
"style": {"style": "STATIC"}
}, },
{ {
"block": "tall_grass" "chance": 1.0E-6,
}], "variance": {"style": "STATIC"},
"style": {
"style": "STATIC"
}
},
{
"chance": 0.000001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"weight": 8, "weight": 8,
"block": "air" "block": "air"
}, },
{ {"block": "pumpkin"},
"block": "pumpkin"
},
{ {
"weight": 4, "weight": 4,
"block": "air" "block": "air"
}, },
{ {"block": "carved_pumpkin"},
"block": "carved_pumpkin"
},
{ {
"weight": 8, "weight": 8,
"block": "air" "block": "air"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
} }
], ],
"objects": [ "objects": [
@@ -177,8 +133,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -197,7 +152,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"haybale/hay1","haybale/hay3","haybale/hay2"], "haybale/hay1",
"haybale/hay3",
"haybale/hay2"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 1, "y": 1,
@@ -208,47 +166,18 @@
"chance": 0.335, "chance": 0.335,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "stripped_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "stripped_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "stripped_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "stripped_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "spruce_slab"}],
{ "replace": {"palette": [{"block": "oak_slab"}]}
"block": "spruce_slab"
} }
], ],
"replace": {
"palette": [
{
"block": "oak_slab"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -259,7 +188,13 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"deadwood/dadwood1","deadwood/dadwood2","deadwood/dadwood3","deadwood/dadwood4","deadwood/dadwood5","deadwood/dadwood6"], "deadwood/dadwood1",
"deadwood/dadwood2",
"deadwood/dadwood3",
"deadwood/dadwood4",
"deadwood/dadwood5",
"deadwood/dadwood6"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -278,7 +213,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"haybale/hay1","haybale/hay3","haybale/hay2"], "haybale/hay1",
"haybale/hay3",
"haybale/hay2"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -297,7 +235,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -320,24 +263,13 @@
} }
], ],
"biomeZoom": 20, "biomeZoom": 20,
"biomeStyle": {"style": "IRIS"},
"biomeStyle": {
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,13 +2,11 @@
"name": "Savanna Plateau", "name": "Savanna Plateau",
"derivative": "SAVANNA_PLATEAU", "derivative": "SAVANNA_PLATEAU",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"generators": [ "generators": [{
{
"min": 15, "min": 15,
"max": 20, "max": 20,
"generator": "canyon-steep" "generator": "canyon-steep"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -23,66 +21,36 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9 "palette": [{"block": "granite"}]
},
"palette": [
{
"block": "granite"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{ {"block": "coarse_dirt"},
"block": "coarse_dirt" {"block": "gravel"}
},
{
"block": "gravel"
}
] ]
}, },
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.75, "zoom": 0.75,
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -107,60 +75,32 @@
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
},
"palette": [
{
"block": "cactus"
}],
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.3, "chance": 0.3,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -175,8 +115,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -195,8 +134,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -215,7 +153,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaD-1","savanna-gen/savannaD-2","savanna-gen/savannaD-3"], "savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -234,7 +175,20 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaF-1","savanna-gen/savannaF-2","savanna-gen/savannaF-3","savanna-gen/savannaF-4","savanna-gen/savannaF-5","savanna-gen/savannaF-6","savanna-gen/savannaF-7","savanna-gen/savannaF-8","savanna-gen/savannaF-9","savanna-gen/savannaF-10","savanna-gen/savannaF-11","savanna-gen/savannaF-13","savanna-gen/savannaF-14"], "savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -253,7 +207,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaS-1","savanna-gen/savannaS-2","savanna-gen/savannaS-3","savanna-gen/savannaS-4","savanna-gen/savannaS-5","savanna-gen/savannaS-6","savanna-gen/savannaS-7","savanna-gen/savannaS-8","savanna-gen/savannas-9","savanna-gen/savannas-10","savanna-gen/savannas-11","savanna-gen/savannas-12"], "savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -272,7 +238,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-rock/SavanaRock1","savanna-rock/SavanaRock2","savanna-rock/SavanaRock3","savanna-rock/SavanaRock4","savanna-rock/SavanaRock5","savanna-rock/SavanaRock6","savanna-rock/SavanaRock7","savanna-rock/SavanaRock8"], "savanna-rock/SavanaRock1",
"savanna-rock/SavanaRock2",
"savanna-rock/SavanaRock3",
"savanna-rock/SavanaRock4",
"savanna-rock/SavanaRock5",
"savanna-rock/SavanaRock6",
"savanna-rock/SavanaRock7",
"savanna-rock/SavanaRock8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -281,23 +255,13 @@
} }
], ],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,9 +2,7 @@
"name": "Savanna", "name": "Savanna",
"derivative": "SAVANNA", "derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA", "vanillaDerivative": "SAVANNA",
"children": [ "children": ["savanna/cliff"],
"savanna/cliff"
],
"generators": [ "generators": [
{ {
"min": 7, "min": 7,
@@ -31,66 +29,36 @@
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 6.9},
"minimumSlope": 6.9 "palette": [{"block": "granite"}]
},
"palette": [
{
"block": "granite"
}
]
}, },
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 5, "maxHeight": 5,
"slopeCondition": { "slopeCondition": {"minimumSlope": 4.6},
"minimumSlope": 4.6
},
"palette": [ "palette": [
{ {"block": "coarse_dirt"},
"block": "coarse_dirt" {"block": "gravel"}
},
{
"block": "gravel"
}
] ]
}, },
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.75, "zoom": 0.75,
"palette": [ "palette": [{"block": "grass_block"}]
{
"block": "grass_block"
}
]
}, },
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -115,60 +83,32 @@
"decorators": [ "decorators": [
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "dead_bush"}],
{ "style": {"style": "STATIC"}
"block": "dead_bush"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 2, "stackMax": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "cactus"}],
},
"palette": [
{
"block": "cactus"
}],
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.3, "chance": 0.3,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -183,8 +123,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -203,8 +142,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -223,7 +161,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaD-1","savanna-gen/savannaD-2","savanna-gen/savannaD-3"], "savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -242,7 +183,20 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaF-1","savanna-gen/savannaF-2","savanna-gen/savannaF-3","savanna-gen/savannaF-4","savanna-gen/savannaF-5","savanna-gen/savannaF-6","savanna-gen/savannaF-7","savanna-gen/savannaF-8","savanna-gen/savannaF-9","savanna-gen/savannaF-10","savanna-gen/savannaF-11","savanna-gen/savannaF-13","savanna-gen/savannaF-14"], "savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -261,7 +215,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-gen/savannaS-1","savanna-gen/savannaS-2","savanna-gen/savannaS-3","savanna-gen/savannaS-4","savanna-gen/savannaS-5","savanna-gen/savannaS-6","savanna-gen/savannaS-7","savanna-gen/savannaS-8","savanna-gen/savannas-9","savanna-gen/savannas-10","savanna-gen/savannas-11","savanna-gen/savannas-12"], "savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -280,7 +246,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"savanna-rock/SavanaRock1","savanna-rock/SavanaRock2","savanna-rock/SavanaRock3","savanna-rock/SavanaRock4","savanna-rock/SavanaRock5","savanna-rock/SavanaRock6","savanna-rock/SavanaRock7","savanna-rock/SavanaRock8"], "savanna-rock/SavanaRock1",
"savanna-rock/SavanaRock2",
"savanna-rock/SavanaRock3",
"savanna-rock/SavanaRock4",
"savanna-rock/SavanaRock5",
"savanna-rock/SavanaRock6",
"savanna-rock/SavanaRock7",
"savanna-rock/SavanaRock8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -289,23 +263,13 @@
} }
], ],
"biomeZoom": 20, "biomeZoom": 20,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,43 +2,29 @@
"name": "Swamp Beach", "name": "Swamp Beach",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "BEACH", "vanillaDerivative": "BEACH",
"generators": [ "generators": [{
{
"min": -5, "min": -5,
"max": 3, "max": 3,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.25, "zoom": 0.25,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "podzol"},
}, {"block": "coarse_dirt"},
{ {"block": "podzol"}
"block": "podzol"
},
{
"block": "coarse_dirt"
},
{
"block": "podzol"
}
] ]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt"
},
{ {
"weight": 2, "weight": 2,
"block": "coarse_dirt" "block": "coarse_dirt"
@@ -49,68 +35,44 @@
"decorators": [ "decorators": [
{ {
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "dark_oak_button" "block": "dark_oak_button"
}, },
{ {"block": "air"}
"block": "air" ],
}], "style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.00009, "chance": 9.0E-5,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "wither_rose"},
"block": "wither_rose" {"block": "red_mushroom"},
}, {"block": "brown_mushroom"},
{ {"block": "poppy"}
"block": "red_mushroom" ],
}, "style": {"style": "STATIC"}
{
"block": "brown_mushroom"
},
{
"block": "poppy"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"chance": 0.009, "chance": 0.009,
"verticalZoom": 0.2, "verticalZoom": 0.2,
"variance": { "variance": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"stackMax": 4, "stackMax": 4,
"stackMin": 1, "stackMin": 1,
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "sugar_cane"}],
{ "style": {"style": "STATIC"},
"block": "sugar_cane" "heightVariance": {"style": "STATIC"}
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -127,56 +89,35 @@
"rarity": 6 "rarity": 6
} }
], ],
"objects": [ "objects": [{
{
"place": [ "place": [
"tree/jungle/1","tree/jungle/2","tree/jungle/3","tree/jungle/4","tree/jungle/5","tree/jungle/7","tree/jungle/8","tree/jungle/9"], "tree/jungle/1",
"tree/jungle/2",
"tree/jungle/3",
"tree/jungle/4",
"tree/jungle/5",
"tree/jungle/7",
"tree/jungle/8",
"tree/jungle/9"
],
"chance": 1, "chance": 1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "jungle_leaves"}],
{ "replace": {"palette": [{
"block": "jungle_leaves" "block": "oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_log"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_log"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"enabled": true, "enabled": true,
"yAxis": { "yAxis": {
@@ -186,9 +127,6 @@
"max": 360 "max": 360
} }
}, },
"translate": { "translate": {"y": -3}
"y": -3 }]
}
}
]
} }

View File

@@ -2,56 +2,30 @@
"name": "Swamp Denmyre", "name": "Swamp Denmyre",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "DARK_FOREST", "vanillaDerivative": "DARK_FOREST",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FLAT"},
"style": "FLAT" "palette": [{"block": "grass_block"}]
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "coarse_dirt"}]
{
"block": "coarse_dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -68,73 +42,51 @@
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.01, "zoom": 0.01,
"palette": [ "palette": [
{ {"block": "dead_bush"},
"block": "dead_bush" {"block": "brown_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "brown_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.4, "chance": 0.4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "dark_oak_button" "block": "dark_oak_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "dark_oak_button" "block": "dark_oak_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.017, "chance": 0.017,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -150,8 +102,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -163,63 +114,25 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "acacia_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_leaves"}],
{ "replace": {"palette": [{
"block": "acacia_leaves" "block": "dark_oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "acacia_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "acacia_wood"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -230,7 +143,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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-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"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -249,7 +169,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -260,53 +187,27 @@
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "spruce_leaves"}],
{ "replace": {"palette": [{
"block": "spruce_leaves" "block": "dark_oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{
"block": "birch_leaves" "block": "dark_oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_fence"}],
{ "replace": {"palette": [{
"block": "dark_oak_fence" "block": "dark_oak_leaves",
"data": {"persistent": true}
}]}
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}],
"density": 2, "density": 2,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -318,7 +219,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"denmyre/oak-denmyre-clutter-1","denmyre/oak-denmyre-clutter-2","denmyre/oak-denmyre-clutter-3","denmyre/oak-denmyre-clutter-4","denmyre/oak-denmyre-clutter-5","denmyre/oak-denmyre-clutter-6","denmyre/oak-denmyre-clutter-7","denmyre/oak-denmyre-clutter-8","denmyre/oak-denmyre-clutter-9","denmyre/oak-denmyre-clutter-10"], "denmyre/oak-denmyre-clutter-1",
"denmyre/oak-denmyre-clutter-2",
"denmyre/oak-denmyre-clutter-3",
"denmyre/oak-denmyre-clutter-4",
"denmyre/oak-denmyre-clutter-5",
"denmyre/oak-denmyre-clutter-6",
"denmyre/oak-denmyre-clutter-7",
"denmyre/oak-denmyre-clutter-8",
"denmyre/oak-denmyre-clutter-9",
"denmyre/oak-denmyre-clutter-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -341,19 +252,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"rarity": 2 "rarity": 2

View File

@@ -2,125 +2,78 @@
"name": "Swampy Marsh", "name": "Swampy Marsh",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "SWAMP", "vanillaDerivative": "SWAMP",
"children": [ "children": ["swamp/marsh"],
"swamp/marsh" "generators": [{
],
"generators": [
{
"min": -8, "min": -8,
"max": -5, "max": -5,
"generator": "river" "generator": "river"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {
"weight": 3, "weight": 3,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "podzol"},
"block": "podzol"
},
{ {
"weight": 4, "weight": 4,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.02, "zoom": 0.02,
"palette": [ "palette": [
{ {"block": "brown_mushroom"},
"block": "brown_mushroom" {"block": "red_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.122, "chance": 0.122,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [ "palette": [
{ {"block": "large_fern"},
"block": "large_fern" {"block": "tall_grass"}
}, ],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.142, "chance": 0.142,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "grass"},
"block": "grass" {"block": "fern"}
}, ],
{ "style": {"style": "STATIC"}
"block": "fern"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -137,9 +90,7 @@
"rarity": 6 "rarity": 6
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.35, "chance": 0.35,
"density": 2, "density": 2,
"rotation": { "rotation": {
@@ -152,32 +103,24 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
"z": 0 "z": 0
} }
} }],
],
"biomeZoom": 9, "biomeZoom": 9,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,13 +2,11 @@
"name": "Swamp Marsh Rotten", "name": "Swamp Marsh Rotten",
"derivative": "SWAMP_HILLS", "derivative": "SWAMP_HILLS",
"vanillaDerivative": "SWAMP", "vanillaDerivative": "SWAMP",
"generators": [ "generators": [{
{
"min": 7, "min": 7,
"max": 3, "max": 3,
"generator": "mountain" "generator": "mountain"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -21,116 +19,71 @@
], ],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {
"weight": 3, "weight": 3,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "podzol"},
"block": "podzol" {"block": "coarse_dirt"},
},
{
"block": "coarse_dirt"
},
{ {
"weight": 4, "weight": 4,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.005, "chance": 0.005,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.02, "zoom": 0.02,
"palette": [ "palette": [
{ {"block": "brown_mushroom"},
"block": "brown_mushroom" {"block": "red_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.13, "chance": 0.13,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [ "palette": [
{ {"block": "large_fern"},
"block": "large_fern" {"block": "tall_grass"}
}, ],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.15, "chance": 0.15,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "dead_bush"},
"block": "dead_bush" {"block": "fern"}
}, ],
{ "style": {"style": "STATIC"}
"block": "fern"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -148,7 +101,6 @@
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.4, "chance": 0.4,
"density": 2, "density": 2,
@@ -162,7 +114,13 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wasteland/dead-1","wasteland/dead-2","wasteland/dead-3","wasteland/dead-4","wasteland/dead-5","wasteland/dead-6"], "wasteland/dead-1",
"wasteland/dead-2",
"wasteland/dead-3",
"wasteland/dead-4",
"wasteland/dead-5",
"wasteland/dead-6"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -182,7 +140,13 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"misc/shrub-1","misc/shrub-2","misc/shrub-3","misc/shrub-4","misc/shrub-5","misc/shrub-6"], "misc/shrub-1",
"misc/shrub-2",
"misc/shrub-3",
"misc/shrub-4",
"misc/shrub-5",
"misc/shrub-6"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -201,7 +165,14 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"wasteland/stone-1","wasteland/stone-2","wasteland/stone-3","wasteland/stone-4","wasteland/stone-5","wasteland/stone-6","wasteland/stone-7"], "wasteland/stone-1",
"wasteland/stone-2",
"wasteland/stone-3",
"wasteland/stone-4",
"wasteland/stone-5",
"wasteland/stone-6",
"wasteland/stone-7"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -210,23 +181,13 @@
} }
], ],
"biomeZoom": 9, "biomeZoom": 9,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,16 +2,12 @@
"name": "Swamp Marsh", "name": "Swamp Marsh",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "SWAMP", "vanillaDerivative": "SWAMP",
"children": [ "children": ["swamp/marsh-rotten"],
"swamp/marsh-rotten" "generators": [{
],
"generators": [
{
"min": 6, "min": 6,
"max": 3, "max": 3,
"generator": "mountain" "generator": "mountain"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -24,113 +20,70 @@
], ],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"zoom": 0.5, "zoom": 0.5,
"palette": [ "palette": [
{ {
"weight": 3, "weight": 3,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "podzol"},
"block": "podzol"
},
{ {
"weight": 4, "weight": 4,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.02, "zoom": 0.02,
"palette": [ "palette": [
{ {"block": "brown_mushroom"},
"block": "brown_mushroom" {"block": "red_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.122, "chance": 0.122,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [ "palette": [
{ {"block": "large_fern"},
"block": "large_fern" {"block": "tall_grass"}
}, ],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.142, "chance": 0.142,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "grass"},
"block": "grass" {"block": "fern"}
}, ],
{ "style": {"style": "STATIC"}
"block": "fern"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -148,56 +101,35 @@
} }
], ],
"objects": [ "objects": [
{ {
"place": [ "place": [
"tree/jungle/1","tree/jungle/2","tree/jungle/3","tree/jungle/4","tree/jungle/5","tree/jungle/7","tree/jungle/8","tree/jungle/9"], "tree/jungle/1",
"tree/jungle/2",
"tree/jungle/3",
"tree/jungle/4",
"tree/jungle/5",
"tree/jungle/7",
"tree/jungle/8",
"tree/jungle/9"
],
"chance": 0.8, "chance": 0.8,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "jungle_leaves"}],
{ "replace": {"palette": [{
"block": "jungle_leaves" "block": "oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_log"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_log"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"enabled": true, "enabled": true,
"yAxis": { "yAxis": {
@@ -207,9 +139,7 @@
"max": 360 "max": 360
} }
}, },
"translate": { "translate": {"y": -3}
"y": -3
}
}, },
{ {
"chance": 0.35, "chance": 0.35,
@@ -224,7 +154,10 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -233,23 +166,13 @@
} }
], ],
"biomeZoom": 9, "biomeZoom": 9,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,25 +2,18 @@
"name": "Swamp Murky Cavern Gleaming", "name": "Swamp Murky Cavern Gleaming",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "SWAMP", "vanillaDerivative": "SWAMP",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "layers": [{
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.1, "zoom": 0.1,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -29,12 +22,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -43,12 +32,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -57,12 +42,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -71,12 +52,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -85,12 +62,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -99,12 +72,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -113,12 +82,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -127,12 +92,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -141,12 +102,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -155,12 +112,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -169,12 +122,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -183,12 +132,8 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "stone"},
},
{
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -197,54 +142,31 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"},
"block": "mossy_stone_bricks" {"block": "shroomlight"}
},
{
"block": "shroomlight"
}
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.0001, "chance": 1.0E-4,
"palette": [ "palette": [{"block": "barrel"}]
{
"block": "barrel"
}
]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "brown_mushroom"},
"block": "brown_mushroom" {"block": "red_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "cobweb"}],
{ "style": {"style": "STATIC"}
"block": "cobweb"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -259,8 +181,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -279,8 +200,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -299,7 +219,22 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8","boulder/boulder9","boulder/boulder10","boulder/boulder11","boulder/boulder12","boulder/boulder13","boulder/boulder14","boulder/boulder15"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -308,9 +243,7 @@
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,21 +2,14 @@
"name": "Swamp Murky Cavern", "name": "Swamp Murky Cavern",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "SWAMP", "vanillaDerivative": "SWAMP",
"children": [ "children": ["swamp/murky-cavern-gleaming"],
"swamp/murky-cavern-gleaming" "layers": [{
],
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.1, "zoom": 0.1,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone"
},
{ {
"weight": 2, "weight": 2,
"block": "cobblestone" "block": "cobblestone"
@@ -25,66 +18,41 @@
"weight": 2, "weight": 2,
"block": "mossy_cobblestone" "block": "mossy_cobblestone"
}, },
{ {"block": "mossy_stone_bricks"}
"block": "mossy_stone_bricks"
}
] ]
} }],
], "generators": [{
"generators": [
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "entitySpawnOverrides": [{
"entitySpawnOverrides": [
{
"trigger": "SKELETON", "trigger": "SKELETON",
"entity": "shroud", "entity": "shroud",
"cancelSourceSpawn": true, "cancelSourceSpawn": true,
"rarity": 5 "rarity": 5
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.0001, "chance": 1.0E-4,
"palette": [ "palette": [{"block": "barrel"}]
{
"block": "barrel"
}
]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "brown_mushroom"},
"block": "brown_mushroom" {"block": "red_mushroom"}
}, ],
{ "style": {"style": "STATIC"}
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.001, "chance": 0.001,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "cobweb"}],
{ "style": {"style": "STATIC"}
"block": "cobweb"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -99,8 +67,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -119,8 +86,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -139,7 +105,22 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8","boulder/boulder9","boulder/boulder10","boulder/boulder11","boulder/boulder12","boulder/boulder13","boulder/boulder14","boulder/boulder15"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -147,11 +128,8 @@
} }
} }
], ],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,19 +2,18 @@
"name": "Swamp Ocean tree", "name": "Swamp Ocean tree",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"min": -1, "min": -1,
"max": 0, "max": 0,
"generator": "river" "generator": "river"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {
"style": "VASCULAR","zoom": 0.8, "style": "VASCULAR",
"zoom": 0.8,
"fracture": { "fracture": {
"multiplier": 2, "multiplier": 2,
"style": "STATIC" "style": "STATIC"
@@ -22,27 +21,13 @@
}, },
"zoom": 0.825, "zoom": 0.825,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "dirt"},
}, {"block": "gravel"},
{ {"block": "clay"}
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
] ]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -51,9 +36,7 @@
"weight": 2, "weight": 2,
"block": "dirt" "block": "dirt"
}, },
{ {"block": "coarse_dirt"}
"block": "coarse_dirt"
}
] ]
} }
], ],
@@ -61,94 +44,53 @@
{ {
"partOf": "SEA_SURFACE", "partOf": "SEA_SURFACE",
"chance": 0.025, "chance": 0.025,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 2.25, "zoom": 2.25,
"palette": [ "palette": [{"block": "lily_pad"}],
{ "style": {"style": "STATIC"}
"block": "lily_pad"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 20, "zoom": 20,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0006, "chance": 6.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "soul_sand"},
"block": "soul_sand" {"block": "magma_block"}
}, ],
{ "style": {"style": "STATIC"}
"block": "magma_block"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0013, "chance": 0.0013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 24, "stackMax": 24,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2 "stackMin": 2
}, },
{ {
"chance": 0.0095, "chance": 0.0095,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "STATIC"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
@@ -164,10 +106,9 @@
"pickles": 2 "pickles": 2
}, },
"block": "sea_pickle" "block": "sea_pickle"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
} }
], ],
"objects": [ "objects": [
@@ -185,21 +126,13 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"ships/swreck-1","ships/usd-ship-1","ships/usd-ship-2"], "ships/swreck-1",
"edit": [ "ships/usd-ship-1",
{ "ships/usd-ship-2"
"find": [
{
"block": "oak_stairs"
}
], ],
"replace": { "edit": [{
"palette": [ "find": [{"block": "oak_stairs"}],
{ "replace": {"palette": [{"block": "oak_planks"}]}
"block": "oak_planks"
}
]
}
}], }],
"translate": { "translate": {
"x": 0, "x": 0,
@@ -210,67 +143,37 @@
{ {
"mode": "FAST_MIN_HEIGHT", "mode": "FAST_MIN_HEIGHT",
"place": [ "place": [
"tree/jungle/1","tree/jungle/2","tree/jungle/3","tree/jungle/4","tree/jungle/5","tree/jungle/7","tree/jungle/8","tree/jungle/9"], "tree/jungle/1",
"tree/jungle/2",
"tree/jungle/3",
"tree/jungle/4",
"tree/jungle/5",
"tree/jungle/7",
"tree/jungle/8",
"tree/jungle/9"
],
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "jungle_leaves"}],
{ "replace": {"palette": [{
"block": "jungle_leaves" "block": "oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "vine"}],
{ "replace": {"palette": [{"block": "air"}]}
"block": "vine"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "jungle_log"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "jungle_log"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}],
"onwater": true, "onwater": true,
"rotation": { "rotation": {
"enabled": true, "enabled": true,
@@ -281,32 +184,22 @@
"max": 360 "max": 360
} }
}, },
"translate": { "translate": {"y": -6}
"y": -6
}
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay"
},
{ {
"weight": 2, "weight": 2,
"block": "smooth_sandstone" "block": "smooth_sandstone"
}, },
{ {"block": "sand"}
"block": "sand"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,19 +2,18 @@
"name": "Swamp Ocean", "name": "Swamp Ocean",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "OCEAN", "vanillaDerivative": "OCEAN",
"generators": [ "generators": [{
{
"min": -2, "min": -2,
"max": 0, "max": 0,
"generator": "river" "generator": "river"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"style": { "style": {
"style": "VASCULAR","zoom": 0.8, "style": "VASCULAR",
"zoom": 0.8,
"fracture": { "fracture": {
"multiplier": 2, "multiplier": 2,
"style": "STATIC" "style": "STATIC"
@@ -22,27 +21,13 @@
}, },
"zoom": 0.825, "zoom": 0.825,
"palette": [ "palette": [
{ {"block": "sand"},
"block": "sand" {"block": "dirt"},
}, {"block": "gravel"},
{ {"block": "clay"}
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "clay"
}
]
},
{
"palette": [
{
"block": "dirt"
}
] ]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
@@ -51,9 +36,7 @@
"weight": 2, "weight": 2,
"block": "dirt" "block": "dirt"
}, },
{ {"block": "coarse_dirt"}
"block": "coarse_dirt"
}
] ]
} }
], ],
@@ -61,94 +44,53 @@
{ {
"partOf": "SEA_SURFACE", "partOf": "SEA_SURFACE",
"chance": 0.025, "chance": 0.025,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 2.25, "zoom": 2.25,
"palette": [ "palette": [{"block": "lily_pad"}],
{ "style": {"style": "STATIC"}
"block": "lily_pad"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.07, "chance": 0.07,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 20, "zoom": 20,
"palette": [ "palette": [{"block": "seagrass"}],
{ "style": {"style": "STATIC"}
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0006, "chance": 6.0E-4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {"block": "soul_sand"},
"block": "soul_sand" {"block": "magma_block"}
}, ],
{ "style": {"style": "STATIC"}
"block": "magma_block"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.0013, "chance": 0.0013,
"verticalZoom": 88, "verticalZoom": 88,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 24, "stackMax": 24,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "IRIS"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2 "stackMin": 2
}, },
{ {
"chance": 0.0095, "chance": 0.0095,
"verticalZoom": 20, "verticalZoom": 20,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"stackMax": 9, "stackMax": 9,
"zoom": 1, "zoom": 1,
"palette": [ "palette": [{"block": "kelp_plant"}],
{ "style": {"style": "STATIC"},
"block": "kelp_plant" "heightVariance": {"style": "STATIC"},
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1 "stackMin": 1
}, },
{ {
"chance": 0.004, "chance": 0.004,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
@@ -164,14 +106,12 @@
"pickles": 2 "pickles": 2
}, },
"block": "sea_pickle" "block": "sea_pickle"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "style": {"style": "STATIC"}
{ }
],
"objects": [{
"chance": 0.05, "chance": 0.05,
"density": 1, "density": 1,
"rotation": { "rotation": {
@@ -185,51 +125,33 @@
}, },
"underwater": true, "underwater": true,
"place": [ "place": [
"ships/swreck-1","ships/usd-ship-1","ships/usd-ship-2"], "ships/swreck-1",
"edit": [ "ships/usd-ship-1",
{ "ships/usd-ship-2"
"find": [
{
"block": "oak_stairs"
}
], ],
"replace": { "edit": [{
"palette": [ "find": [{"block": "oak_stairs"}],
{ "replace": {"palette": [{"block": "oak_planks"}]}
"block": "oak_planks"
}
]
}
}], }],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -4, "y": -4,
"z": 0 "z": 0
} }
} }],
],
"wall": { "wall": {
"style": { "style": {"style": "IRIS"},
"style": "IRIS"
},
"palette": [ "palette": [
{ {"block": "clay"},
"block": "clay"
},
{ {
"weight": 2, "weight": 2,
"block": "smooth_sandstone" "block": "smooth_sandstone"
}, },
{ {"block": "sand"}
"block": "sand"
}
] ]
}, },
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,22 +2,16 @@
"name": "Swamp Roofed Forest", "name": "Swamp Roofed Forest",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "DARK_FOREST", "vanillaDerivative": "DARK_FOREST",
"children": [ "children": ["swamp/lake"],
"swamp/lake" "generators": [{
],
"generators": [
{
"min": 4, "min": 4,
"max": 11, "max": 11,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
@@ -33,30 +27,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -73,117 +55,69 @@
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "dead_bush"},
"block": "dead_bush" {"block": "brown_mushroom"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
],
"style": {"style": "STATIC"}
}, },
{ {
"block": "brown_mushroom" "chance": 2.0E-4,
}, "variance": {"style": "STATIC"},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "crimson_fungus"}],
{ "style": {"style": "STATIC"}
"block": "crimson_fungus"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 1, "zoom": 1,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "dark_oak_button" "block": "dark_oak_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "dark_oak_button" "block": "dark_oak_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.45, "chance": 0.45,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.05, "chance": 0.05,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "spruce_leaves"}],
{ "replace": {"palette": [{"block": "oak_leaves"}]}
"block": "spruce_leaves"
}
],
"replace": {
"palette": [
{
"block": "oak_leaves"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{"block": "dark_oak_leaves"}]}
"block": "birch_leaves"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -194,7 +128,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"roofed-wayward/med-1","roofed-wayward/med-2","roofed-wayward/med-3","roofed-wayward/med-4","roofed-wayward/med-5","roofed-wayward/med-6","roofed-wayward/med-7","roofed-wayward/med-8","roofed-wayward/med-9","roofed-wayward/med-10","roofed-wayward/med-11","roofed-wayward/med-12"], "roofed-wayward/med-1",
"roofed-wayward/med-2",
"roofed-wayward/med-3",
"roofed-wayward/med-4",
"roofed-wayward/med-5",
"roofed-wayward/med-6",
"roofed-wayward/med-7",
"roofed-wayward/med-8",
"roofed-wayward/med-9",
"roofed-wayward/med-10",
"roofed-wayward/med-11",
"roofed-wayward/med-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -214,7 +160,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -224,20 +181,9 @@
{ {
"chance": 0.07, "chance": 0.07,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -249,7 +195,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/organell-r-3","mushroom-red/organell-r-4","mushroom-red/organell-r-5","mushroom-red/organell-r-6","mushroom-red/organell-r-7","mushroom-red/organell-r-8","mushroom-red/organell-r-9","mushroom-red/organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -260,33 +217,14 @@
"chance": 0.7, "chance": 0.7,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{"block": "dark_oak_leaves"}]}
"block": "birch_leaves"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_leaves"}]}
"block": "dark_oak_fence"
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_leaves"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -297,7 +235,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"roofed-wayward/taller-roof-1","roofed-wayward/taller-roof-2","roofed-wayward/taller-roof-3","roofed-wayward/taller-roof-4","roofed-wayward/taller-roof-5","roofed-wayward/taller-roof-6","roofed-wayward/taller-roof-7","roofed-wayward/taller-roof-8","roofed-wayward/taller-roof-9","roofed-wayward/taller-roof-10"], "roofed-wayward/taller-roof-1",
"roofed-wayward/taller-roof-2",
"roofed-wayward/taller-roof-3",
"roofed-wayward/taller-roof-4",
"roofed-wayward/taller-roof-5",
"roofed-wayward/taller-roof-6",
"roofed-wayward/taller-roof-7",
"roofed-wayward/taller-roof-8",
"roofed-wayward/taller-roof-9",
"roofed-wayward/taller-roof-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -316,7 +264,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -327,61 +283,22 @@
"chance": 0.1, "chance": 0.1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -392,7 +309,13 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"stump/stump1","stump/stump2","stump/stump3","stump/stump4","stump/stump5","stump/stump6"], "stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"mode": "VACUUM", "mode": "VACUUM",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -404,61 +327,22 @@
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -469,7 +353,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -478,11 +367,8 @@
}, },
{ {
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {"enabled": false},
"enabled": false "place": ["stump/grave-1"],
},
"place": [
"stump/grave-1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -505,19 +391,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,23 +2,16 @@
"name": "Swamp Roofed Wayward", "name": "Swamp Roofed Wayward",
"derivative": "SWAMP", "derivative": "SWAMP",
"vanillaDerivative": "DARK_FOREST", "vanillaDerivative": "DARK_FOREST",
"children": [ "children": ["swamp/lake"],
"swamp/lake" "generators": [{
],
"generators": [
{
"min": -7, "min": -7,
"max": -3, "max": -3,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
@@ -34,30 +27,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -74,57 +55,30 @@
"decorators": [ "decorators": [
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "dead_bush"},
"block": "dead_bush" {"block": "brown_mushroom"},
{"block": "red_mushroom"},
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
],
"style": {"style": "STATIC"}
}, },
{ {
"block": "brown_mushroom" "chance": 2.0E-4,
}, "variance": {"style": "STATIC"},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "crimson_fungus"}],
{ "style": {"style": "STATIC"}
"block": "crimson_fungus"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.45, "chance": 0.45,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -132,37 +86,20 @@
"chance": 0.5, "chance": 0.5,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{
"block": "birch_leaves" "block": "dark_oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_fence"}],
{ "replace": {"palette": [{
"block": "dark_oak_fence" "block": "dark_oak_leaves",
"data": {"persistent": true}
}]}
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -173,7 +110,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"roofed-wayward/taller-roof-1","roofed-wayward/taller-roof-2","roofed-wayward/taller-roof-3","roofed-wayward/taller-roof-4","roofed-wayward/taller-roof-5","roofed-wayward/taller-roof-6","roofed-wayward/taller-roof-7","roofed-wayward/taller-roof-8","roofed-wayward/taller-roof-9","roofed-wayward/taller-roof-10"], "roofed-wayward/taller-roof-1",
"roofed-wayward/taller-roof-2",
"roofed-wayward/taller-roof-3",
"roofed-wayward/taller-roof-4",
"roofed-wayward/taller-roof-5",
"roofed-wayward/taller-roof-6",
"roofed-wayward/taller-roof-7",
"roofed-wayward/taller-roof-8",
"roofed-wayward/taller-roof-9",
"roofed-wayward/taller-roof-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -184,37 +131,20 @@
"chance": 0.5, "chance": 0.5,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "spruce_leaves"}],
{ "replace": {"palette": [{
"block": "spruce_leaves" "block": "oak_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "oak_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{
"block": "birch_leaves" "block": "dark_oak_leaves",
"data": {"persistent": true}
}]}
} }
], ],
"replace": {
"palette": [
{
"block": "dark_oak_leaves", "data": {
"persistent": true
}
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -225,7 +155,19 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"roofed-wayward/med-1","roofed-wayward/med-2","roofed-wayward/med-3","roofed-wayward/med-4","roofed-wayward/med-5","roofed-wayward/med-6","roofed-wayward/med-7","roofed-wayward/med-8","roofed-wayward/med-9","roofed-wayward/med-10","roofed-wayward/med-11","roofed-wayward/med-12"], "roofed-wayward/med-1",
"roofed-wayward/med-2",
"roofed-wayward/med-3",
"roofed-wayward/med-4",
"roofed-wayward/med-5",
"roofed-wayward/med-6",
"roofed-wayward/med-7",
"roofed-wayward/med-8",
"roofed-wayward/med-9",
"roofed-wayward/med-10",
"roofed-wayward/med-11",
"roofed-wayward/med-12"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -245,7 +187,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -255,20 +208,9 @@
{ {
"chance": 0.07, "chance": 0.07,
"density": 1, "density": 1,
"edit": [ "edit": [{
{ "find": [{"block": "red_mushroom_block"}],
"find": [ "replace": {"palette": [{"block": "brown_mushroom_block"}]}
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}], }],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -280,7 +222,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"mushroom-red/organell-b-1","mushroom-red/organell-b-2","mushroom-red/small-organell-r-3","mushroom-red/small-organell-r-4","mushroom-red/small-organell-r-5","mushroom-red/small-organell-r-6","mushroom-red/small-organell-r-7","mushroom-red/small-organell-r-8","mushroom-red/small-organell-r-9","mushroom-red/small-organell-r-10","mushroom-red/organell-r-11"], "mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10",
"mushroom-red/organell-r-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -299,7 +252,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -310,61 +271,22 @@
"chance": 0.1, "chance": 0.1,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -375,8 +297,14 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"stump/stump1","stump/stump2","stump/stump3","stump/stump4","stump/stump5","stump/stump6"],"mode": "VACUUM", "stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"mode": "VACUUM",
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -387,61 +315,22 @@
"chance": 0.3, "chance": 0.3,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -452,7 +341,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -461,11 +355,8 @@
}, },
{ {
"chance": 0.001, "chance": 0.001,
"rotation": { "rotation": {"enabled": false},
"enabled": false "place": ["stump/grave-1"],
},
"place": [
"stump/grave-1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -488,19 +379,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -6,19 +6,15 @@
"swamp/denmyre", "swamp/denmyre",
"swamp/marsh" "swamp/marsh"
], ],
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 11, "max": 11,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"zoom": 0.5, "zoom": 0.5,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"weight": 5, "weight": 5,
@@ -34,30 +30,18 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -104,57 +88,30 @@
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC" "zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
}, },
{
"chance": 2.0E-4,
"variance": {"style": "STATIC"},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "crimson_fungus"},
"block": "dead_bush" {"block": "brown_mushroom"},
}], {"block": "red_mushroom"},
"style": { {"block": "brown_mushroom"},
"style": "STATIC" {"block": "red_mushroom"}
} ],
}, "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, "chance": 0.45,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
@@ -162,61 +119,22 @@
"chance": 0.7, "chance": 0.7,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -227,7 +145,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"willwo/willwo-1","willwo/willwo-2","willwo/willwo-3","willwo/willwo-5","willwo/willwo-6","willwo/willwo-7","willwo/willwo-8","willwo/willwo-9","willwo/willwo-10","willwo/willwo-11"], "willwo/willwo-1",
"willwo/willwo-2",
"willwo/willwo-3",
"willwo/willwo-5",
"willwo/willwo-6",
"willwo/willwo-7",
"willwo/willwo-8",
"willwo/willwo-9",
"willwo/willwo-10",
"willwo/willwo-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -238,61 +166,22 @@
"chance": 0.2, "chance": 0.2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -303,7 +192,9 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"willowbutbigger/o1","willowbutbigger/o2"], "willowbutbigger/o1",
"willowbutbigger/o2"
],
"mode": "VACUUM", "mode": "VACUUM",
"translate": { "translate": {
"x": 24, "x": 24,
@@ -323,7 +214,15 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -334,61 +233,22 @@
"chance": 0.17, "chance": 0.17,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -399,7 +259,12 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"clutter/oak-clutt-1","clutter/oak-clutt-2","clutter/oak-clutt-3","clutter/oak-clutt-4","clutter/oak-clutt-5"], "clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -410,61 +275,22 @@
"chance": 0.08, "chance": 0.08,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "oak_log"}],
{ "replace": {"palette": [{"block": "dark_oak_log"}]}
"block": "oak_log"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_log"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_wood"}],
{ "replace": {"palette": [{"block": "dark_oak_wood"}]}
"block": "oak_wood"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "oak_fence"}],
{ "replace": {"palette": [{"block": "dark_oak_fence"}]}
"block": "oak_fence"
}
],
"replace": {
"palette": [
{
"block": "dark_oak_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "dark_oak_planks"}],
{ "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]}
"block": "dark_oak_planks"
} }
], ],
"replace": {
"palette": [
{
"block": "stripped_dark_oak_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -475,7 +301,13 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"stump/stump1","stump/stump2","stump/stump3","stump/stump4","stump/stump5","stump/stump6"], "stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"mode": "VACUUM", "mode": "VACUUM",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -484,12 +316,9 @@
} }
}, },
{ {
"chance": 0.00005, "chance": 5.0E-5,
"rotation": { "rotation": {"enabled": false},
"enabled": false "place": ["stump/grave-1"],
},
"place": [
"stump/grave-1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 1, "y": 1,
@@ -498,19 +327,11 @@
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,82 +2,60 @@
"name": "Temperate Beach", "name": "Temperate Beach",
"derivative": "BEACH", "derivative": "BEACH",
"vanillaDerivative": "BEACH", "vanillaDerivative": "BEACH",
"generators": [ "generators": [{
{
"min": -5, "min": -5,
"max": 1, "max": 1,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"minHeight": 3, "minHeight": 3,
"maxHeight": 6, "maxHeight": 6,
"palette": [ "palette": [{"block": "sand"}]
{
"block": "sand"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
} }
], ],
"decorators": [ "decorators": [
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {"block": "air"},
"block": "air"
},
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"partOf": "SHORE_LINE", "partOf": "SHORE_LINE",
"chance": 0.09, "chance": 0.09,
"verticalZoom": 0.2, "verticalZoom": 0.2,
"variance": { "variance": {"style": "SIMPLEX"},
"style": "SIMPLEX"
},
"stackMax": 2, "stackMax": 2,
"stackMin": 1, "stackMin": 1,
"zoom": 5, "zoom": 5,
"palette": [ "palette": [{"block": "sugar_cane"}],
{ "style": {"style": "STATIC"},
"block": "sugar_cane" "heightVariance": {"style": "STATIC"}
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
} }
], ],
"entityInitialSpawns": [ "entityInitialSpawns": [
@@ -106,9 +84,7 @@
"rarity": 7 "rarity": 7
} }
], ],
"objects": [ "objects": [{
{
"mode": "PAINT", "mode": "PAINT",
"chance": 0.0025, "chance": 0.0025,
"rotation": { "rotation": {
@@ -120,20 +96,15 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,56 +2,30 @@
"name": "Temperate Birch Denmyre", "name": "Temperate Birch Denmyre",
"derivative": "FOREST", "derivative": "FOREST",
"vanillaDerivative": "BIRCH_FOREST", "vanillaDerivative": "BIRCH_FOREST",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "FLAT"},
"style": "FLAT" "palette": [{"block": "grass_block"}]
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
}, },
{"palette": [{"block": "dirt"}]},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [{"block": "coarse_dirt"}]
{
"block": "coarse_dirt"
}
]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -68,83 +42,54 @@
"decorators": [ "decorators": [
{ {
"chance": 0.01, "chance": 0.01,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.01, "zoom": 0.01,
"palette": [ "palette": [
{ {"block": "red_tulip"},
"block": "red_tulip" {"block": "orange_tulip"},
}, {"block": "white_tulip"},
{ {"block": "pink_tulip"},
"block": "orange_tulip" {"block": "cornflower"}
}, ],
{ "style": {"style": "STATIC"}
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "cornflower"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.35, "chance": 0.35,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "grass"}],
}, "style": {"style": "STATIC"}
"palette": [
{
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "east" "facing": "east"
}, },
"block": "stone_button" "block": "stone_button"
}, },
{ {
"data": { "data": {
"face": "floor", "powered": false, "face": "floor",
"powered": false,
"facing": "south" "facing": "south"
}, },
"block": "stone_button" "block": "stone_button"
}],
"style": {
"style": "STATIC"
} }
],
"style": {"style": "STATIC"}
}, },
{ {
"chance": 0.027, "chance": 0.027,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC" "palette": [{"block": "tall_grass"}],
}, "style": {"style": "STATIC"}
"palette": [
{
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.0025, "chance": 0.0025,
@@ -157,8 +102,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -177,8 +121,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -190,63 +133,25 @@
"density": 2, "density": 2,
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "acacia_planks"}],
{ "replace": {"palette": [{"block": "stripped_birch_wood"}]}
"block": "acacia_planks"
}
],
"replace": {
"palette": [
{
"block": "stripped_birch_wood"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_leaves"}],
{ "replace": {"palette": [{
"block": "acacia_leaves" "block": "birch_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "birch_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_fence"}],
{ "replace": {"palette": [{"block": "birch_fence"}]}
"block": "acacia_fence"
}
],
"replace": {
"palette": [
{
"block": "birch_fence"
}
]
}
}, },
{ {
"find": [ "find": [{"block": "acacia_wood"}],
{ "replace": {"palette": [{"block": "birch_wood"}]}
"block": "acacia_wood"
} }
], ],
"replace": {
"palette": [
{
"block": "birch_wood"
}
]
}
}],
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -257,7 +162,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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-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"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -267,53 +179,27 @@
{ {
"edit": [ "edit": [
{ {
"find": [ "find": [{"block": "birch_leaves"}],
{ "replace": {"palette": [{
"block": "birch_leaves" "block": "birch_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "birch_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "spruce_leaves"}],
{ "replace": {"palette": [{
"block": "spruce_leaves" "block": "birch_leaves",
} "data": {"persistent": true}
], }]}
"replace": {
"palette": [
{
"block": "birch_leaves", "data": {
"persistent": true
}
}
]
}
}, },
{ {
"find": [ "find": [{"block": "spruce_wood"}],
{ "replace": {"palette": [{
"block": "spruce_wood" "block": "birch_leaves",
"data": {"persistent": true}
}]}
} }
], ],
"replace": {
"palette": [
{
"block": "birch_leaves", "data": {
"persistent": true
}
}
]
}
}],
"chance": 0.3, "chance": 0.3,
"density": 2, "density": 2,
"rotation": { "rotation": {
@@ -326,7 +212,17 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"denmyre/oak-denmyre-clutter-1","denmyre/oak-denmyre-clutter-2","denmyre/oak-denmyre-clutter-3","denmyre/oak-denmyre-clutter-4","denmyre/oak-denmyre-clutter-5","denmyre/oak-denmyre-clutter-6","denmyre/oak-denmyre-clutter-7","denmyre/oak-denmyre-clutter-8","denmyre/oak-denmyre-clutter-9","denmyre/oak-denmyre-clutter-10"], "denmyre/oak-denmyre-clutter-1",
"denmyre/oak-denmyre-clutter-2",
"denmyre/oak-denmyre-clutter-3",
"denmyre/oak-denmyre-clutter-4",
"denmyre/oak-denmyre-clutter-5",
"denmyre/oak-denmyre-clutter-6",
"denmyre/oak-denmyre-clutter-7",
"denmyre/oak-denmyre-clutter-8",
"denmyre/oak-denmyre-clutter-9",
"denmyre/oak-denmyre-clutter-10"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -360,21 +256,12 @@
"rarity": 7 "rarity": 7
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

View File

@@ -2,17 +2,12 @@
"name": "Temperate Birch Forest", "name": "Temperate Birch Forest",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "BIRCH_FOREST", "vanillaDerivative": "BIRCH_FOREST",
"children": [ "children": ["temperate/birch-denmyre"],
"temperate/birch-denmyre" "generators": [{
],
"generators": [
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "smooth-dunes" "generator": "smooth-dunes"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -25,59 +20,37 @@
], ],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.656, "zoom": 0.656,
"palette": [ "palette": [
{ {
"weight": 19, "weight": 19,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "gravel"},
"block": "gravel"
},
{ {
"weight": 19, "weight": 19,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -114,7 +87,6 @@
} }
], ],
"objects": [ "objects": [
{ {
"mode": "PAINT", "mode": "PAINT",
"chance": 0.0025, "chance": 0.0025,
@@ -127,8 +99,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -147,8 +118,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -168,7 +138,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"birch-antioch/antioch-3","birch-antioch/antioch-4","birch-antioch/antioch-5","birch-antioch/antioch-6","birch-antioch/antioch-7","birch-antioch/antioch-8","birch-antioch/antioch-9","birch-antioch/antioch-10","birch-antioch/antioch-11","birch-antioch/antioch-12","birch-antioch/antioch-13"], "birch-antioch/antioch-3",
"birch-antioch/antioch-4",
"birch-antioch/antioch-5",
"birch-antioch/antioch-6",
"birch-antioch/antioch-7",
"birch-antioch/antioch-8",
"birch-antioch/antioch-9",
"birch-antioch/antioch-10",
"birch-antioch/antioch-11",
"birch-antioch/antioch-12",
"birch-antioch/antioch-13"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -188,7 +169,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"birch-remade/b1","birch-remade/b2","birch-remade/b3","birch-remade/b4"], "birch-remade/b1",
"birch-remade/b2",
"birch-remade/b3",
"birch-remade/b4"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -208,7 +193,11 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"birch-antioch/antioch-3-b","birch-antioch/antioch-4-b","birch-antioch/antioch-5-b","birch-antioch/antioch-6-b"], "birch-antioch/antioch-3-b",
"birch-antioch/antioch-4-b",
"birch-antioch/antioch-5-b",
"birch-antioch/antioch-6-b"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -217,86 +206,44 @@
} }
], ],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"decorators": [ "decorators": [
{ {
"chance": 0.09, "chance": 0.09,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.1, "zoom": 0.1,
"palette": [ "palette": [
{ {"block": "grass"},
"block": "grass" {"block": "allium"},
}, {"block": "poppy"},
{ {"block": "dandelion"},
"block": "allium" {"block": "azure_bluet"},
}, {"block": "pink_tulip"},
{ {"block": "lily_of_the_valley"}
"block": "poppy" ],
}, "style": {"style": "STATIC"}
{
"block": "dandelion"
},
{
"block": "azure_bluet"
},
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.4, "chance": 0.4,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.017, "chance": 0.017,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "tall_grass"}],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": [

View File

@@ -2,58 +2,34 @@
"name": "Temperate Bonsai", "name": "Temperate Bonsai",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "PLAINS", "vanillaDerivative": "PLAINS",
"children": [ "children": ["temperate/plain-hills"],
"temperate/plain-hills" "generators": [{
],
"generators": [
{
"generator": "smooth-dunes", "generator": "smooth-dunes",
"max": 14, "max": 14,
"min": 3 "min": 3
} }],
],
"layers": [ "layers": [
{ {"palette": [{"block": "grass_block"}]},
"palette": [
{
"block": "grass_block"
}
]
},
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,
"palette": [ "palette": [{"block": "dirt"}]
{
"block": "dirt"
}
]
}, },
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "stone"}
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -64,116 +40,77 @@
"childStyle": { "childStyle": {
"style": "SIMPLEX", "style": "SIMPLEX",
"zoom": 0.5, "zoom": 0.5,
"exponent": 2.0 "exponent": 2
}, },
"decorators": [ "decorators": [
{ {
"chance": 0.19, "chance": 0.19,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{"block": "grass"}],
{ "style": {"style": "STATIC"}
"block": "grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.02, "chance": 0.02,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [{
{ "data": {"age": 7},
"data": {
"age": 7
},
"block": "wheat" "block": "wheat"
}], }],
"style": { "style": {
"style": "IRIS","zoom": 0.28 "style": "IRIS",
"zoom": 0.28
} }
}, },
{ {
"chance": 0.2, "chance": 0.2,
"variance": { "variance": {
"style": "CELLULAR","zoom": 0.3, "style": "CELLULAR",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "SIMPLEX", "zoom": 0.2, "style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10, "multiplier": 10,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 15 "style": "STATIC",
"multiplier": 15
} }
} }
}, },
"style": { "style": {
"style": "TRIOCTAVE_SIMPLEX","zoom": 0.3, "style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": { "fracture": {
"style": "STATIC", "multiplier": 8 "style": "STATIC",
"multiplier": 8
} }
}, },
"palette": [ "palette": [
{ {"block": "dandelion"},
"block": "dandelion" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "poppy" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "blue_orchid" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "allium" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.01, "chance": 0.01,
"palette": [ "palette": [{"block": "tall_grass"}]
{
"block": "tall_grass"
}
]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"palette": [ "palette": [{"block": "grass"}]
{
"block": "grass"
}
]
} }
], ],
"objects": [ "objects": [
{ {
"chance": 0.3, "chance": 0.3,
"rotation": { "rotation": {
@@ -186,7 +123,18 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"bonsai-normal/bbonsai-1","bonsai-normal/bbonsai-2","bonsai-normal/bbonsai-3","bonsai-normal/bbonsai-4","bonsai-normal/bbonsai-5","bonsai-normal/bbonsai-6","bonsai-normal/bbonsai-7","bonsai-normal/bbonsai-8","bonsai-normal/bbonsai-9","bonsai-normal/bbonsai-10","bonsai-normal/bbonsai-11"], "bonsai-normal/bbonsai-1",
"bonsai-normal/bbonsai-2",
"bonsai-normal/bbonsai-3",
"bonsai-normal/bbonsai-4",
"bonsai-normal/bbonsai-5",
"bonsai-normal/bbonsai-6",
"bonsai-normal/bbonsai-7",
"bonsai-normal/bbonsai-8",
"bonsai-normal/bbonsai-9",
"bonsai-normal/bbonsai-10",
"bonsai-normal/bbonsai-11"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -1, "y": -1,
@@ -205,7 +153,9 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"bush/small/1","bush/small/2"], "bush/small/1",
"bush/small/2"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -213,7 +163,7 @@
} }
}, },
{ {
"chance": 0.0001, "chance": 1.0E-4,
"mode": "VACUUM", "mode": "VACUUM",
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -224,8 +174,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["ruins/ruin1"],
"ruins/ruin1"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -244,7 +193,14 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -253,7 +209,12 @@
}, },
{ {
"place": [ "place": [
"landform/stone/1","landform/stone/2","landform/stone/3","landform/stone/4","landform/stone/5"], "landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.04, "chance": 0.04,
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"rotation": { "rotation": {
@@ -294,17 +255,9 @@
} }
], ],
"biomeZoom": 60, "biomeZoom": 60,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS" "wall": {"palette": [
}, {"block": "stone"},
"wall": { {"block": "andesite"}
"palette": [ ]}
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
} }

View File

@@ -2,53 +2,31 @@
"name": "Temperate Cracked Cavern", "name": "Temperate Cracked Cavern",
"derivative": "PLAINS", "derivative": "PLAINS",
"vanillaDerivative": "THE_VOID", "vanillaDerivative": "THE_VOID",
"children": [ "children": ["temperate/lit-cavern"],
"temperate/lit-cavern" "generators": [{
],
"generators": [
{
"min": 4, "min": 4,
"max": 6, "max": 6,
"generator": "plain" "generator": "plain"
} }],
], "layers": [{
"layers": [
{
"minHeight": 1, "minHeight": 1,
"maxHeight": 2, "maxHeight": 2,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.1, "zoom": 0.1,
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "cobblestone"}
{
"block": "andesite"
},
{
"block": "cobblestone"
}
] ]
} }],
],
"decorators": [ "decorators": [
{ {
"chance": 0.0001, "chance": 1.0E-4,
"palette": [ "palette": [{"block": "barrel"}]
{
"block": "barrel"
}
]
}, },
{ {
"chance": 0.008, "chance": 0.008,
"palette": [ "palette": [{"block": "cobblestone_wall"}]
{
"block": "cobblestone_wall"
}
]
} }
], ],
"objects": [ "objects": [
@@ -63,8 +41,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -83,8 +60,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/barrel-bin"],
"camp/barrel-bin"],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -103,7 +79,22 @@
"enabled": true "enabled": true
}, },
"place": [ "place": [
"boulder/boulder1","boulder/boulder2","boulder/boulder3","boulder/boulder4","boulder/boulder5","boulder/boulder6","boulder/boulder7","boulder/boulder8","boulder/boulder9","boulder/boulder10","boulder/boulder11","boulder/boulder12","boulder/boulder13","boulder/boulder14","boulder/boulder15"], "boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": -2, "y": -2,
@@ -111,19 +102,14 @@
} }
} }
], ],
"entitySpawnOverrides": [ "entitySpawnOverrides": [{
{
"trigger": "SKELETON", "trigger": "SKELETON",
"entity": "shroud", "entity": "shroud",
"cancelSourceSpawn": true, "cancelSourceSpawn": true,
"rarity": 7 "rarity": 7
} }],
],
"slab": { "slab": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {
"data": { "data": {

View File

@@ -2,63 +2,44 @@
"name": "Temperate Flower Forest", "name": "Temperate Flower Forest",
"derivative": "FLOWER_FOREST", "derivative": "FLOWER_FOREST",
"vanillaDerivative": "FLOWER_FOREST", "vanillaDerivative": "FLOWER_FOREST",
"generators": [ "generators": [{
{
"min": 4, "min": 4,
"max": 7, "max": 7,
"generator": "plain" "generator": "plain"
} }],
],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.656, "zoom": 0.656,
"palette": [{ "palette": [
{
"weight": 19, "weight": 19,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "gravel"},
"block": "gravel"
},
{ {
"weight": 26, "weight": 26,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [{
"block": "dirt"
}]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [{ "palette": [
"block": "dirt" {"block": "dirt"},
}, {"block": "coarse_dirt"}
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [
}, {"block": "stone"},
"palette": [{ {"block": "andesite"},
"block": "stone" {"block": "stone"}
},
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -153,9 +134,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["camp/camp"],
"camp/camp"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@@ -175,29 +154,17 @@
}, },
"enabled": true "enabled": true
}, },
"edit": [{ "edit": [
"find": [{
"block": "birch_wood"
},
{ {
"block": "birch_log" "find": [
} {"block": "birch_wood"},
{"block": "birch_log"}
], ],
"replace": { "replace": {"palette": [{"block": "oak_wood"}]}
"palette": [{
"block": "oak_wood"
}]
}
}, },
{ {
"find": [{ "find": [{"block": "birch_leaves"}],
"block": "birch_leaves" "replace": {"palette": [{"block": "oak_leaves"}]}
}],
"replace": {
"palette": [{
"block": "oak_leaves"
}]
}
} }
], ],
"place": [ "place": [
@@ -346,9 +313,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["sakura/tronco"],
"sakura/tronco"
],
"translate": { "translate": {
"x": 0, "x": 0,
"y": 1, "y": 1,
@@ -458,26 +423,15 @@
} }
}, },
{ {
"chance": 0.00036, "chance": 3.6E-4,
"edit": [{ "edit": [
"find": [{ {
"block": "white_wool" "find": [{"block": "white_wool"}],
}], "replace": {"palette": [{"block": "oak_wood"}]}
"replace": {
"palette": [{
"block": "oak_wood"
}]
}
}, },
{ {
"find": [{ "find": [{"block": "black_wool"}],
"block": "black_wool" "replace": {"palette": [{"block": "oak_wood"}]}
}],
"replace": {
"palette": [{
"block": "oak_wood"
}]
}
} }
], ],
"rotation": { "rotation": {
@@ -489,9 +443,7 @@
}, },
"enabled": true "enabled": true
}, },
"place": [ "place": ["sm-tree/oakw-oakl"],
"sm-tree/oakw-oakl"
],
"mode": "MIN_HEIGHT", "mode": "MIN_HEIGHT",
"translate": { "translate": {
"x": 0, "x": 0,
@@ -500,9 +452,7 @@
} }
} }
], ],
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"decorators": [ "decorators": [
{ {
"chance": 0.3, "chance": 0.3,
@@ -527,211 +477,107 @@
"multiplier": 8 "multiplier": 8
} }
}, },
"palette": [{ "palette": [
"block": "dandelion" {"block": "dandelion"},
},
{ {
"weight": 1, "weight": 1,
"block": "grass" "block": "grass"
}, },
{ {"block": "poppy"},
"block": "poppy" {"block": "blue_orchid"},
}, {"block": "allium"},
{ {"block": "azure_bluet"},
"block": "blue_orchid" {"block": "red_tulip"},
}, {"block": "orange_tulip"},
{ {"block": "white_tulip"},
"block": "allium" {"block": "pink_tulip"},
}, {"block": "oxeye_daisy"},
{ {"block": "cornflower"},
"block": "azure_bluet" {"block": "lily_of_the_valley"}
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.1, "chance": 0.1,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [
{
"weight": 1, "weight": 1,
"block": "grass" "block": "grass"
}, },
{ {"block": "grass"},
"block": "grass" {"block": "grass"},
},
{
"block": "grass"
},
{ {
"chance": 7, "chance": 7,
"block": "grass" "block": "grass"
}, {
"block": "dandelion"
}, },
{ {"block": "dandelion"},
"block": "poppy" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "blue_orchid" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "allium" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "azure_bluet" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"},
{ {"block": "dandelion"},
"block": "red_tulip" {"block": "poppy"},
}, {"block": "blue_orchid"},
{ {"block": "allium"},
"block": "orange_tulip" {"block": "azure_bluet"},
}, {"block": "red_tulip"},
{ {"block": "orange_tulip"},
"block": "white_tulip" {"block": "white_tulip"},
}, {"block": "pink_tulip"},
{ {"block": "oxeye_daisy"},
"block": "pink_tulip" {"block": "cornflower"},
}, {"block": "lily_of_the_valley"}
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
},{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
] ]
}, },
{ {
"chance": 0.04, "chance": 0.04,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [{
"block": "oak_leaves", "block": "oak_leaves",
"data": { "data": {"persistent": true}
"persistent": true
}
}] }]
}, },
{ {
"chance": 0.02, "chance": 0.02,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [{"block": "tall_grass"}]
"block": "tall_grass"
}]
}, },
{ {
"chance": 0.5, "chance": 0.5,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [{"block": "grass"}]
"block": "grass"
}]
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [{"block": "rose_bush"}]
"block": "rose_bush"
}]
}, },
{ {
"chance": 0.03, "chance": 0.03,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [{ "palette": [{"block": "cobblestone_slab"}]
"block": "cobblestone_slab"
}]
} }
], ],
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC" "palette": [
}, {"block": "stone"},
"palette": [{ {"block": "andesite"},
"block": "stone" {"block": "stone"}
},
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
}, },
"biomeScatter": [ "biomeScatter": ["FLOWER_FOREST"]
"FLOWER_FOREST"
]
} }

View File

@@ -2,13 +2,11 @@
"name": "Temperate Highlands", "name": "Temperate Highlands",
"derivative": "FOREST", "derivative": "FOREST",
"vanillaDerivative": "PLAINS", "vanillaDerivative": "PLAINS",
"generators": [ "generators": [{
{
"min": 12, "min": 12,
"max": 24, "max": 24,
"generator": "plain" "generator": "plain"
} }],
],
"jigsawStructures": [ "jigsawStructures": [
{ {
"rarity": 1700, "rarity": 1700,
@@ -21,59 +19,37 @@
], ],
"layers": [ "layers": [
{ {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.256, "zoom": 0.256,
"palette": [ "palette": [
{ {
"weight": 3, "weight": 3,
"block": "grass_block" "block": "grass_block"
}, },
{ {"block": "podzol"},
"block": "podzol"
},
{ {
"weight": 4, "weight": 4,
"block": "grass_block" "block": "grass_block"
} }
] ]
}, },
{ {"palette": [{"block": "dirt"}]},
"palette": [
{
"block": "dirt"
}
]
},
{ {
"minHeight": 1, "minHeight": 1,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
{ {"block": "dirt"},
"block": "dirt" {"block": "coarse_dirt"}
},
{
"block": "coarse_dirt"
}
] ]
}, },
{ {
"minHeight": 6, "minHeight": 6,
"maxHeight": 18, "maxHeight": 18,
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
], ],
@@ -106,88 +82,50 @@
"decorators": [ "decorators": [
{ {
"chance": 0.003, "chance": 0.003,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.02, "zoom": 0.02,
"palette": [ "palette": [
{ {"block": "wither_rose"},
"block": "wither_rose" {"block": "oxeye_daisy"},
}, {"block": "pink_tulip"},
{ {"block": "lily_of_the_valley"}
"block": "oxeye_daisy" ],
}, "style": {"style": "STATIC"}
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.02, "chance": 0.02,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.1, "zoom": 0.1,
"palette": [ "palette": [
{ {"block": "sunflower"},
"block": "sunflower" {"block": "dandelion"},
}, {"block": "poppy"},
{ {"block": "rose_bush"}
"block": "dandelion" ],
}, "style": {"style": "STATIC"}
{
"block": "poppy"
},
{
"block": "rose_bush"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.122, "chance": 0.122,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.2, "zoom": 0.2,
"palette": [ "palette": [
{ {"block": "large_fern"},
"block": "large_fern" {"block": "tall_grass"}
}, ],
{ "style": {"style": "STATIC"}
"block": "tall_grass"
}],
"style": {
"style": "STATIC"
}
}, },
{ {
"chance": 0.142, "chance": 0.142,
"variance": { "variance": {"style": "STATIC"},
"style": "STATIC"
},
"zoom": 0.3, "zoom": 0.3,
"palette": [ "palette": [
{ {"block": "grass"},
"block": "grass" {"block": "fern"}
}, ],
{ "style": {"style": "STATIC"}
"block": "fern"
}],
"style": {
"style": "STATIC"
}
} }
], ],
"objects": [ "objects": [{
{
"chance": 0.35, "chance": 0.35,
"density": 2, "density": 2,
"rotation": { "rotation": {
@@ -200,32 +138,31 @@
"enabled": true "enabled": true
}, },
"place": [ "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"], "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": { "translate": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
} }
} }],
],
"biomeZoom": 9, "biomeZoom": 9,
"biomeStyle": { "biomeStyle": {"style": "IRIS"},
"style": "IRIS"
},
"wall": { "wall": {
"style": { "style": {"style": "STATIC"},
"style": "STATIC"
},
"palette": [ "palette": [
{ {"block": "stone"},
"block": "stone" {"block": "andesite"},
}, {"block": "stone"}
{
"block": "andesite"
},
{
"block": "stone"
}
] ]
} }
} }

Some files were not shown because too many files have changed in this diff Show More