9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
This commit is contained in:
Daniel Mills
2020-09-09 23:39:24 -04:00
parent 6969f01169
commit 78023869b0
4 changed files with 304 additions and 298 deletions

View File

@@ -1,93 +1,13 @@
{
"name": "Frozen Peaks",
"rarity": 3,
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"AIR"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"ICE"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"BLACKSTONE",
"PACKED_ICE",
"COBBLESTONE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"OBSIDIAN",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=y]",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=z]"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "plain",
"min": 14,
"max": 24
},
{
"generator": "sharp",
"min": 1,
"max": 3
},
{
"generator": "mountain",
"min": 56,
"max": 96
}
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -97,7 +17,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/sp-1",
"ice-spikes/sp-2",
@@ -118,6 +37,7 @@
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -127,7 +47,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
@@ -142,19 +61,114 @@
}
}
],
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"name": "Frozen Peaks",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "air"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "ice"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "ice"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"weight": 2,
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"block": "basalt"
},
{"block": "blackstone"},
{"block": "packed_ice"},
{"block": "cobblestone"},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 2,
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 2,
"block": "packed_ice"
},
{"block": "obsidian"},
{"block": "packed_ice"},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 4,
"block": "packed_ice"
},
{
"data": {"axis": "y"},
"block": "basalt"
},
{
"weight": 4,
"block": "packed_ice"
},
{
"data": {"axis": "z"},
"block": "basalt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"generators": [
{
"min": 14,
"max": 24,
"generator": "plain"
},
{
"min": 1,
"max": 3,
"generator": "sharp"
},
{
"min": 56,
"max": 96,
"generator": "mountain"
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}
"rarity": 3
}

View File

@@ -1,65 +1,13 @@
{
"name": "Frozen Pines",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SNOW_BLOCK"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"PACKED_ICE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"decorators": [
{
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",
"minecraft:snow[layers=3]",
"minecraft:snow[layers=4]"
],
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
}
}
],
"children": [
"frozen-vander"
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -69,7 +17,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ic-1",
"ice-spikes/ic-2",
@@ -126,6 +73,7 @@
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -135,7 +83,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
@@ -150,32 +97,83 @@
}
}
],
"generators": [
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"children": ["frozen-vander"],
"name": "Frozen Pines",
"layers": [
{
"generator": "plain",
"min": 3,
"max": 16
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"generator": "mountain",
"min": 13,
"max": 48
"max": 48,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeZoom": 30,
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}
}

View File

@@ -1,47 +1,34 @@
{
"name": "Frozen Hills",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
"SNOW_BLOCK"
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
},
}],
"objects": [
{
"chance": 0.01,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -51,7 +38,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ic-1",
"ice-spikes/ic-2",
@@ -83,6 +69,7 @@
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -92,7 +79,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
@@ -107,27 +93,41 @@
}
}
],
"decorators": [
"name": "Frozen Hills",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",
"minecraft:snow[layers=3]",
"minecraft:snow[layers=4]"
],
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
}
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"generators": [
{
"generator": "plain",
"min": 5,
"max": 9
}
],
"derivative": "ICE_SPIKES"
}
"generators": [{
"min": 5,
"max": 9,
"generator": "plain"
}],
"derivative": "ICE_SPIKES",
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
}

View File

@@ -1,36 +1,34 @@
{
"name": "Frozen Plains",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
"SNOW_BLOCK"
]
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
{
"data": {"layers": 2},
"block": "snow"
},
{
"data": {"layers": 3},
"block": "snow"
},
{
"data": {"layers": 4},
"block": "snow"
}
]
}],
"children": ["frozen-plains-hills"],
"objects": [
{
"chance": 0.000256,
"chance": 2.56E-4,
"snow": 0.25,
"rotation": {
"yAxis": {
"min": 0,
@@ -40,10 +38,7 @@
},
"enabled": true
},
"place": [
"grave/grave"
],
"snow": 0.25,
"place": ["grave/grave"],
"translate": {
"x": 0,
"y": 0,
@@ -53,6 +48,7 @@
{
"chance": 0.01,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -62,7 +58,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ic-1",
"ice-spikes/ic-2",
@@ -94,6 +89,7 @@
{
"chance": 0.8,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -103,7 +99,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"wonderland/twirlSpruce-1",
"wonderland/twirlSpruce-2",
@@ -125,6 +120,7 @@
{
"chance": 0.01,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -134,7 +130,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
@@ -149,6 +144,7 @@
}
},
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
@@ -159,10 +155,7 @@
},
"enabled": true
},
"mode": "PAINT",
"place": [
"camp/camp"
],
"place": ["camp/camp"],
"translate": {
"x": 0,
"y": 0,
@@ -172,6 +165,7 @@
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
@@ -181,7 +175,6 @@
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
@@ -196,40 +189,41 @@
}
}
],
"decorators": [
"name": "Frozen Plains",
"layers": [
{
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",
"minecraft:snow[layers=3]",
"minecraft:snow[layers=4]"
],
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
}
}
],
"wall": {
"style": {
"style": "STATIC"
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "snow_block"}]
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"children": [
"frozen-plains-hills"
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
"minHeight": 3,
"maxHeight": 5,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"derivative": "ICE_SPIKES"
}
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"derivative": "ICE_SPIKES",
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
}