9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
Brian Fopiano
2020-08-29 17:59:41 -07:00
parent 5c6152e16b
commit 5d480296dc
10 changed files with 293 additions and 1 deletions

View File

@@ -0,0 +1,109 @@
{
"name": "Black Monolith Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_TERRACOTTA",
"BLACK_TERRACOTTA",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"BLACKSTONE",
"COARSE_DIRT",
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "sharp",
"min": 25,
"max": 45
},
{
"generator": "mountain",
"min": 2,
"max": 9
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"BLACK_CONCRETE"
]
},
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"monolith/black-1",
"monolith/black-2",
"monolith/black-3",
"monolith/black-4",
"monolith/black-5",
"monolith/black-6"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"derivative": "SAVANNA",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 20,
"biomeScatter": [
"SAVANNA",
"DESERT"
],
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
]
}

View File

@@ -0,0 +1,104 @@
{
"name": "Black Monolith Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_TERRACOTTA",
"BLACK_TERRACOTTA",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"BLACKSTONE",
"COARSE_DIRT",
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "plain",
"min": 25,
"max": 45
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"BLACK_CONCRETE"
]
},
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"monolith/black-1",
"monolith/black-2",
"monolith/black-3",
"monolith/black-4",
"monolith/black-5",
"monolith/black-6"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"derivative": "SAVANNA",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 20,
"biomeScatter": [
"SAVANNA",
"DESERT"
],
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
]
}

View File

@@ -10,7 +10,8 @@
"temperate",
"temperate",
"tundra",
"frozen"
"frozen",
"mosaic"
],
"loot": {
"tables": [

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

78
regions/mosaic.json Normal file
View File

@@ -0,0 +1,78 @@
{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"hot-mesa-green"
],
"seaBiomes": [
"hot-ocean"
],
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-cave"
],
"loot": {
"tables": [
"hot-food",
"hot-treasure"
]
},
"effects": [
{
"interval": 1350,
"particleOffset": 0,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleCount": 0,
"particleAltX": 0.001,
"particleAltY": 0.00885,
"particleAltZ": 0.001,
"chance": 2
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 67,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 5,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 15,
"maxHeight": 47,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 11,
"maxHeight": 99,
"minSize": 14,
"maxSize": 21,
"minPerChunk": 5,
"maxPerChunk": 15,
"varience": 5,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
}