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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fopiano
2020-08-04 21:55:41 -07:00
69 changed files with 633 additions and 570 deletions

View File

@@ -3,8 +3,9 @@
"biomeSkyScatter": [],
"objects": [],
"biomeZoom": 1,
"loadKey": "land-1",
"biomeDispersion": "SCATTER",
"derivative": "NETHER_WASTES",
"derivative": "THE_VOID",
"deposits": [],
"slab": {
"minHeight": 1,
@@ -20,13 +21,13 @@
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["NETHERRACK"],
"palette": ["GRASS_BLOCK"],
"dispersion": "SCATTER"
}],
"generators": [{
"min": 3,
"max": 72,
"generator": "plain"
"max": 22,
"generator": "example-generator"
}],
"childShrinkFactor": 1.5,
"lockLayers": false,

View File

@@ -25,9 +25,9 @@
"dispersion": "SCATTER"
}],
"generators": [{
"min": -12,
"max": -2,
"generator": "plain"
"min": 12,
"max": 79,
"generator": "example-generator"
}],
"childShrinkFactor": 1.5,
"lockLayers": false,

View File

@@ -3,8 +3,9 @@
"biomeSkyScatter": [],
"objects": [],
"biomeZoom": 1,
"loadKey": "sea",
"biomeDispersion": "SCATTER",
"derivative": "NETHER_WASTES",
"derivative": "THE_VOID",
"deposits": [],
"slab": {
"minHeight": 1,
@@ -15,18 +16,18 @@
},
"children": [],
"decorators": [],
"name": "Example Land 1",
"name": "Example Sea",
"layers": [{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["NETHERRACK"],
"palette": ["SAND"],
"dispersion": "SCATTER"
}],
"generators": [{
"min": 55,
"max": 112,
"generator": "plain-cliff"
"min": -5,
"max": -38,
"generator": "example-generator"
}],
"childShrinkFactor": 1.5,
"lockLayers": false,

View File

@@ -3,8 +3,9 @@
"biomeSkyScatter": [],
"objects": [],
"biomeZoom": 1,
"loadKey": "shore",
"biomeDispersion": "SCATTER",
"derivative": "NETHER_WASTES",
"derivative": "THE_VOID",
"deposits": [],
"slab": {
"minHeight": 1,
@@ -15,18 +16,18 @@
},
"children": [],
"decorators": [],
"name": "Example Land 1",
"name": "Example Shore",
"layers": [{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["BLACKSTONE"],
"palette": ["SAND"],
"dispersion": "SCATTER"
}],
"generators": [{
"min": 55,
"max": 135,
"generator": "plain-cliff-2"
"min": -1,
"max": 1,
"generator": "example-generator"
}],
"childShrinkFactor": 1.5,
"lockLayers": false,
@@ -35,9 +36,7 @@
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": [
"NETHERRACK"
],
"palette": [],
"dispersion": "SCATTER"
},
"rarity": 1

View File

@@ -8,7 +8,7 @@
"rockPalette": ["STONE"],
"interpolationScale": 63,
"focus": "",
"loadKey": "test",
"loadKey": "hyperspeed",
"carving": false,
"carvingEnvelope": 0.335,
"continentZoom": 1,
@@ -58,13 +58,14 @@
"preventLeafDecay": false,
"caveBiomeZoom": 1,
"placeObjects": true,
"version": 1,
"shoreZoom": 1,
"deposits": [],
"caveShift": 0,
"carvingZoom": 3.5,
"environment": "NORMAL",
"roughnessHeight": 3,
"name": "Test",
"name": "Hyperspeed",
"dimensionAngleDeg": 0,
"regionZoom": 1,
"caveScale": 1,

View File

@@ -1,30 +1,11 @@
{
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"cellPercentSize": 0.75,
"cellFractureHeight": 0,
"seed": 1,
"composite": [{
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"interpolationScale": 185,
"loadKey": "example-generator",
"zoom": 1,
"cliffHeightMin": 0,
"opacity": 1,
"cliffHeightMax": 0,
"cliffHeightGenerator": {
"sinCentered": false,
"seed": 0,
@@ -34,11 +15,36 @@
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}
},
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"cellFractureShuffle": 12,
"composite": [{
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"opacity": 1,
"cliffHeightMax": 0,
"cellFractureZoom": 1
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -9,19 +9,29 @@
"spotBiomes": [],
"caveBiomeZoom": 1,
"landBiomes": [
"hell"
"land-1",
"land-2"
],
"seaBiomeZoom": 1,
"biomeImplosionRatio": 0.4,
"skylandBiomeZoom": 1,
"seaBiomes": ["lake"],
"seaBiomes": ["sea"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["hell"],
"shoreBiomes": ["shore"],
"skylandBiomes": [],
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
"shoreHeightZoom": 3.14,
"structures": [
{
"tileset": "skytemple",
"zoom": 0.1,
"ratio": 0.65,
"rarity": 3,
"shuffle": 24
}
]
}

View File

@@ -0,0 +1,276 @@
{
"name": "Soultemple",
"gridSize": 5,
"gridHeight": 5,
"maxLayers": 3,
"mergeEdges": true,
"wallChanceZoom": 0.25,
"wallChance": 0.31,
"tiles": [
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/x-c"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/f-c"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/fc-c"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/c-c"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/a"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c-1"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/c-a"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c-h"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/c-r"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f-1"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/f-a"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f-h"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/f-r"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc-1"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/fc-a"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc-h"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/fc-r"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/x-1"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/x-a"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/x-h"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/x-r"
]
}
],
"dispersion": "WISPY"
}

View File

@@ -1,64 +0,0 @@
{
"decorate": true,
"landZoom": 1.5,
"regions": ["nether-ceiling"],
"seaZoom": 1,
"mirrorCeiling": false,
"biomeZoom": 5,
"rockPalette": ["NETHERRACK"],
"interpolationScale": 63,
"focus": "",
"carving": true,
"carvingEnvelope": 0.335,
"continentZoom": 1,
"rockZoom": 5,
"carvingSliverThickness": 5.5,
"postProcessing": true,
"roughnessZoom": 2,
"interpolationFunction": "BICUBIC",
"mutations": [],
"terrainZoom": 2,
"coordFractureZoom": 8,
"carvingMin": 115,
"fluidHeight": 22,
"coordFractureDistance": 20,
"carvingMax": 252,
"ceiling": "",
"postProcessors": [
{
"phase": 0,
"processor": "nib-smoother"
},
{
"phase": 0,
"processor": "floating-block-remover"
},
{
"phase": 0,
"processor": "pothole-filler"
},
{
"phase": 0,
"processor": "wall-painter"
}
],
"caveThickness": 1,
"fluidPalette": ["MAGMA"],
"caves": false,
"carvingRippleThickness": 3,
"preventLeafDecay": false,
"caveBiomeZoom": 1,
"placeObjects": true,
"version": 1,
"shoreZoom": 1,
"deposits": [],
"caveShift": 0,
"carvingZoom": 3.5,
"environment": "NETHER",
"roughnessHeight": 3,
"name": "Nether Ceiling",
"dimensionAngleDeg": 0,
"regionZoom": 1,
"caveScale": 1,
"dispersion": "SCATTER"
}

View File

@@ -1,72 +0,0 @@
{
"decorate": true,
"landZoom": 1.5,
"regions": ["nether"],
"seaZoom": 1,
"mirrorCeiling": false,
"biomeZoom": 5,
"rockPalette": ["NETHERRACK"],
"interpolationScale": 63,
"focus": "",
"carving": true,
"carvingEnvelope": 0.335,
"continentZoom": 1,
"rockZoom": 5,
"carvingSliverThickness": 5.5,
"postProcessing": true,
"roughnessZoom": 2,
"interpolationFunction": "BICUBIC",
"mutations": [],
"terrainZoom": 2,
"coordFractureZoom": 8,
"carvingMin": 95,
"fluidHeight": 44,
"coordFractureDistance": 20,
"carvingMax": 239,
"ceiling": "nether-ceiling",
"postProcessors": [
{
"phase": 0,
"processor": "nib-smoother"
},
{
"phase": 0,
"processor": "floating-block-remover"
},
{
"phase": 0,
"processor": "pothole-filler"
},
{
"phase": 0,
"processor": "wall-painter"
},
{
"phase": 0,
"processor": "slabber"
},
{
"phase": 1,
"processor": "waterlogger"
}
],
"caveThickness": 1,
"fluidPalette": ["LAVA"],
"caves": false,
"carvingRippleThickness": 3,
"preventLeafDecay": false,
"caveBiomeZoom": 1,
"placeObjects": true,
"version": 1,
"shoreZoom": 1,
"deposits": [],
"caveShift": 0,
"carvingZoom": 3.5,
"environment": "NETHER",
"roughnessHeight": 3,
"name": "Nether",
"dimensionAngleDeg": 0,
"regionZoom": 1,
"caveScale": 1,
"dispersion": "SCATTER"
}

View File

@@ -1,49 +0,0 @@
{
"cellPercentSize": 0.75,
"cellFractureHeight": 0,
"seed": 1245,
"interpolationScale": 185,
"zoom": 1,
"cliffHeightMin": 12,
"cliffHeightGenerator": {
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
},
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"cellFractureShuffle": 12,
"composite": [{
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"opacity": 1,
"cliffHeightMax": 33,
"cellFractureZoom": 1
}

View File

@@ -1,49 +0,0 @@
{
"cellPercentSize": 0.75,
"cellFractureHeight": 0,
"seed": 1,
"interpolationScale": 185,
"zoom": 1,
"cliffHeightMin": 12,
"cliffHeightGenerator": {
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
},
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"cellFractureShuffle": 12,
"composite": [{
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"opacity": 1,
"cliffHeightMax": 33,
"cellFractureZoom": 1
}

View File

@@ -1,50 +0,0 @@
{
"cellPercentSize": 0.75,
"cellFractureHeight": 0,
"seed": 144,
"interpolationScale": 185,
"loadKey": "example-generator",
"zoom": 1,
"cliffHeightMin": 0,
"cliffHeightGenerator": {
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
},
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"cellFractureShuffle": 12,
"composite": [{
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"negative": false,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"opacity": 1,
"cliffHeightMax": 0,
"cellFractureZoom": 1
}

View File

@@ -1,28 +0,0 @@
{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"islandBiomes": [],
"biomeShuffle": 11,
"shoreBiomeZoom": 1,
"islandBiomeZoom": 1,
"loadKey": "example-region",
"spotBiomes": [],
"caveBiomeZoom": 1,
"landBiomes": [
"hell",
"hell-crack-2"
],
"seaBiomeZoom": 1,
"biomeImplosionRatio": 0.4,
"skylandBiomeZoom": 1,
"seaBiomes": ["hell"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["hell"],
"skylandBiomes": [],
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
}

View File

@@ -18,13 +18,11 @@
]
},
{
"minHeight":6,
"maxHeight":18,
"minHeight":45,
"maxHeight":65,
"dispersion":"SCATTER",
"palette":[
"STONE",
"ANDESITE",
"STONE"
"BLACKSTONE"
]
}
],
@@ -49,6 +47,16 @@
"WARPED_HYPHAE"
]
},
"structures": [
{
"tileset": "soultemple",
"zoom": 0.17,
"ratio": 0.5,
"height": 74,
"rarity": 7,
"shuffle": 34
}
],
"objects":[
{
"chance":0.21,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,276 @@
{
"name": "Soul Temple",
"gridSize": 5,
"gridHeight": 5,
"maxLayers": 2,
"mergeEdges": true,
"wallChanceZoom": 0.25,
"wallChance": 0.51,
"tiles": [
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/x-c"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/f-c"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/fc-c"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/c-c"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/a"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c-1"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/c-a"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/c-h"
]
},
{
"ceiling": "REQUIRED",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/c-r"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f-1"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/f-a"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/f-h"
]
},
{
"ceiling": "NEVER",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/f-r"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc-1"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/fc-a"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/fc-h"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/fc-r"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/x-1"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"soultemple/x-a"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"soultemple/x-h"
]
},
{
"ceiling": "NEVER",
"floor": "NEVER",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"soultemple/x-r"
]
}
],
"dispersion": "WISPY"
}

View File

@@ -1,165 +0,0 @@
{
"seaLayers": [],
"biomeSkyScatter": [],
"objects":[
{
"chance":1,
"density":3,
"rotation":{
"yAxis":{
"min":0,
"max":0,
"interval":90,
"enabled":true
},
"xAxis":{
"min":0,
"max":0,
"interval":90,
"enabled":true
},
"zAxis":{
"min":0,
"max":0,
"interval":90,
"enabled":true
},
"enabled":true
},
"place":[
"ttt"
],
"translate":{
"x":0,
"y":12,
"z":0
}
}
],
"biomeZoom": 1,
"loadKey": "land-1",
"biomeDispersion": "SCATTER",
"derivative": "THE_VOID",
"deposits": [],
"slab": {
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": [],
"dispersion": "SCATTER"
},
"children": [],
"decorators": [],
"name": "Example Land 1",
"layers": [{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GLOWSTONE"
],
"dispersion": "SCATTER"
}],
"generators": [{
"min": 1,
"max": 1,
"generator": "example-generator"
}],
"childShrinkFactor": 1.5,
"lockLayers": false,
"biomeScatter": [],
"wall": {
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": [],
"dispersion": "SCATTER"
},
"rarity": 1
}

Binary file not shown.

Binary file not shown.

View File

@@ -1,26 +0,0 @@
{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"islandBiomes": [],
"shoreBiomeZoom": 1,
"islandBiomeZoom": 1,
"loadKey": "example-region",
"spotBiomes": [],
"caveBiomeZoom": 1,
"landBiomes": [
"land-1"
],
"seaBiomeZoom": 1,
"biomeImplosionRatio": 0.4,
"skylandBiomeZoom": 1,
"seaBiomes": ["land-1"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["land-1"],
"skylandBiomes": [],
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
}

View File

@@ -1,12 +0,0 @@
{
"settings": {
"files.autoSave": "onFocusChange",
"workbench.statusBar.visible": false,
"workbench.tips.enabled": false,
"workbench.colorTheme": "Monokai",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.tree.indent": 24,
"workbench.preferredHighContrastColorTheme": "Solarized Dark"
},
"folders": [{"path": "."}]
}