mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
I Slabb a bitch
This commit is contained in:
10
IrisBiome.md
10
IrisBiome.md
@@ -9,6 +9,13 @@
|
||||
"biomeDispersion": "SCATTER",
|
||||
"derivative": "THE_VOID",
|
||||
"deposits": [],
|
||||
"slab": {
|
||||
"minHeight": 1,
|
||||
"terrainZoom": 5,
|
||||
"maxHeight": 1,
|
||||
"palette": [],
|
||||
"dispersion": "SCATTER"
|
||||
},
|
||||
"children": [],
|
||||
"decorators": [],
|
||||
"name": "A Biome",
|
||||
@@ -61,6 +68,9 @@
|
||||
## children
|
||||
> List any biome names (file names without.json) here as children. Portions of this biome can sometimes morph into their children. Iris supports cyclic relationships such as A > B > A > B. Iris will stop checking 9 biomes down the tree.
|
||||
|
||||
## slab
|
||||
> The default slab if iris decides to place a slab in this biome. Default is no slab.
|
||||
|
||||
## layers
|
||||
> This defines the layers of materials in this biome. Each layer has a palette and min/max height and some other properties. Usually a grassy/sandy layer then a dirt layer then a stone layer. Iris will fill in the remaining blocks below your layers with stone.
|
||||
|
||||
|
||||
@@ -23,6 +23,13 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:snow[layers=4]"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.001,
|
||||
|
||||
@@ -16,6 +16,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
|
||||
@@ -19,6 +19,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 10,
|
||||
|
||||
@@ -24,6 +24,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"verticalZoom": 20,
|
||||
|
||||
@@ -30,6 +30,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
"hot-desert-hills"
|
||||
],
|
||||
|
||||
@@ -24,6 +24,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
"hot-desert-hills"
|
||||
],
|
||||
|
||||
@@ -33,6 +33,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
|
||||
@@ -20,6 +20,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
|
||||
@@ -37,6 +37,16 @@
|
||||
"variance": "SCATTER"
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
|
||||
@@ -16,6 +16,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
|
||||
@@ -37,6 +37,30 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:birch_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.1,
|
||||
|
||||
@@ -41,5 +41,15 @@
|
||||
"variance": "WISPY"
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"derivative": "LUKEWARM_OCEAN"
|
||||
}
|
||||
@@ -28,6 +28,16 @@
|
||||
"variance": "SCATTER"
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 2.925,
|
||||
|
||||
@@ -26,6 +26,15 @@
|
||||
"children": [
|
||||
"tropical-coral-ocean"
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:prismarine_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"childShrinkFactor": 5,
|
||||
"objects": [
|
||||
{
|
||||
|
||||
@@ -23,6 +23,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 20,
|
||||
|
||||
@@ -2,7 +2,12 @@
|
||||
"name": "Rainforest Hills",
|
||||
"layers": [
|
||||
{
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"minecraft:jungle_leaves[persistent=true]",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
@@ -24,6 +29,30 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.7,
|
||||
|
||||
@@ -2,7 +2,12 @@
|
||||
"name": "Rainforest",
|
||||
"layers": [
|
||||
{
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"minecraft:jungle_leaves[persistent=true]",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
@@ -24,6 +29,30 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
@@ -155,18 +184,6 @@
|
||||
}
|
||||
],
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 10,
|
||||
"chance": 0.6,
|
||||
"stackMin": 1,
|
||||
"stackMax": 1,
|
||||
"palette": [
|
||||
"minecraft:jungle_leaves[persistent=true]",
|
||||
"GRASS_BLOCK"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 10,
|
||||
"chance": 0.6,
|
||||
|
||||
@@ -27,6 +27,14 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:blackstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"generator": "sharp",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:stone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
|
||||
@@ -18,6 +18,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
|
||||
@@ -17,6 +17,33 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.25,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
|
||||
@@ -32,6 +32,33 @@
|
||||
"children":[
|
||||
"tundra-mountains-cliffs"
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.25,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:diorite_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.085,
|
||||
|
||||
@@ -32,6 +32,16 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 20,
|
||||
|
||||
@@ -29,6 +29,30 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.35,
|
||||
"palette": [
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.9,
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"caveShift": 9,
|
||||
"caves": false,
|
||||
"placeObjects": true,
|
||||
"postProcess": false,
|
||||
"postProcess": true,
|
||||
"decorate": true,
|
||||
"mirrorCeiling": false,
|
||||
"focus": "",
|
||||
|
||||
Reference in New Issue
Block a user