9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

All Rarity

This commit is contained in:
Daniel Mills
2020-07-29 23:18:56 -04:00
parent 2c01ddbdf5
commit f6a507962f
33 changed files with 92 additions and 247 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "Land",
"rarity": 8,
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GRASS_BLOCK"
"REDSTONE_BLOCK"
]
},
{

View File

@@ -1,55 +0,0 @@
{
"name": "Cave Biome 1",
"layers": [
{
"minHeight": 3,
"maxHeight": 3,
"palette": [
"WARPED_WART_BLOCK"
]
}
],
"objects": [
{
"chance": 1,
"density": 5,
"rotation": {
"enabled": true
},
"place": [
"testx"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.09,
"palette": ["BROWN_MUSHROOM"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.12,
"stackMin": 12,
"stackMax": 12,
"palette": ["TWISTING_VINES_PLANT"],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"derivative": "PLAINS"
}

27
dev.test/biomes/b.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Land 3",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"DIAMOND_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"derivative": "PLAINS"
}

27
dev.test/biomes/c.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Land 2",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"EMERALD_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"derivative": "PLAINS"
}

View File

@@ -1,7 +1,7 @@
{
"environment": "NORMAL",
"fluidHeight": 63,
"biomeZoom": 4,
"biomeZoom": 1,
"dimensionAngleDeg": 12,
"terrainZoom": 1,
"interpolationFunction": "BILINEAR",
@@ -17,9 +17,9 @@
"seaZoom": 0.3,
"continentZoom": 0.2,
"hermiteBias": 0.5,
"placeObjects": true,
"decorate": true,
"caves": true,
"placeObjects": false,
"decorate": false,
"caves": false,
"postProcess": false,
"caveScale": 1,
"caveThickness": 1,

Binary file not shown.

View File

@@ -2,17 +2,16 @@
"name": "Test",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomeZoom": 0.1,
"landBiomes": [
"a"
"a",
"b",
"c"
],
"seaBiomes": [
"ocean"
],
"shoreBiomes": [
"beach"
],
"caveBiomeZoom": 0.25,
"caveBiomes": [
"acave"
]
}

View File

@@ -1,5 +1,6 @@
{
"name": "Acacia Denmyre",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,64 +0,0 @@
{
"name": "Black Beach",
"layers": [
{
"minHeight": 4,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"COARSE_DIRT"
]
}
],
"slab": {
"dispersion": "SCATTER",
"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,
"chance": 0.001,
"palette": [
"minecraft:turtle_egg[eggs=1,hatch=1]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.5,
"chance": 0.001,
"palette": [
"minecraft:turtle_egg[eggs=4,hatch=0]",
"minecraft:turtle_egg[eggs=3,hatch=0]",
"minecraft:turtle_egg[eggs=2,hatch=0]",
"minecraft:turtle_egg[eggs=1,hatch=0]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "FLOWER_FOREST"
}

View File

@@ -1,99 +0,0 @@
{
"name": "Black Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"CLAY"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"slab": {
"dispersion": "SCATTER",
"terrainZoom": 0.5,
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"decorators":[
{
"zoom": 10,
"chance": 0.01,
"stackMin": 1,
"stackMax": 1,
"palette": [
"FIRE_CORAL_BLOCK",
"BUBBLE_CORAL_BLOCK"
],
"dispersion": "WISPY",
"variance": "WISPY"
},
{
"zoom": 20,
"stackMax": 24,
"stackMin": 3,
"chance": 0.025,
"palette": [
"KELP_PLANT"
],
"verticalVarience": "WISPY",
"verticalZoom": 88,
"dispersion": "WISPY",
"variance": "WISPY"
},
{
"zoom": 20,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 1,
"stackMax": 6,
"stackMin": 1,
"chance": 0.125,
"palette": [
"KELP_PLANT"
],
"verticalVarience": "SCATTER",
"verticalZoom": 20,
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"derivative": "FLOWER_FOREST"
}

View File

@@ -1,5 +1,6 @@
{
"name": "Red Desert",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,6 +1,7 @@
{
"name": "Shattered Mesa",
"lockLayers": true,
"rarity": 4,
"layers": [
{
"minHeight": 2,

View File

@@ -1,5 +1,6 @@
{
"name": "Shattered Hot Ocean",
"rarity": 4,
"layers": [
{
"minHeight": 3,

View File

@@ -71,7 +71,6 @@
"STONE"
]
},
"children": [
"hot-acacia-denmyre"
],

View File

@@ -1,5 +1,6 @@
{
"name":"Crimson Mushroom Swamp",
"rarity": 8,
"layers":[
{
"terrainZoom":0.5,

View File

@@ -1,5 +1,6 @@
{
"name": "Swamp Denmyre",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,5 +1,6 @@
{
"name":"Mushroom Swamp",
"rarity": 3,
"layers":[
{
"terrainZoom":0.5,
@@ -58,6 +59,10 @@
"STONE"
]
},
"children": [
"swamp-crimson-mushroom",
"swamp-warped-mushroom"
],
"objects":[
{
"chance":0.21,

View File

@@ -1,5 +1,6 @@
{
"name":"Corrupted Mushroom Swamp",
"rarity": 8,
"layers":[
{
"terrainZoom":0.5,

View File

@@ -19,22 +19,6 @@
"caveBiomes":[
"swamp-murky-cavern"
],
"spotBiomes":[
{
"biome": "swamp-crimson-mushroom",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
},
{
"biome": "swamp-warped-mushroom",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
}
],
"deposits":[
{
"minHeight": 35,

View File

@@ -1,5 +1,6 @@
{
"name": "Birch Denmyre",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -150,5 +150,8 @@
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
],
"children": [
"temperate-birch-denmyre"
]
}

View File

@@ -1,5 +1,6 @@
{
"name": "Highlands",
"rarity": 4,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,5 +1,6 @@
{
"name": "Oak Denmyre",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -32,8 +32,7 @@
}
],
"children": [
"temperate-oak-denmyre",
"temperate-birch-denmyre"
"temperate-oak-denmyre"
],
"decorators": [
{

View File

@@ -1,5 +1,6 @@
{
"name": "Shattered Coral Ocean",
"rarity": 4,
"layers": [
{
"minHeight": 2,

View File

@@ -1,5 +1,6 @@
{
"name": "Coral Ocean",
"rarity": 2,
"layers": [
{
"minHeight": 2,

View File

@@ -1,5 +1,6 @@
{
"name": "Jungle Denmyre",
"rarity": 3,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,5 +1,6 @@
{
"name": "Rainforest Hills",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,5 +1,6 @@
{
"name": "Rainforest",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",

View File

@@ -1,5 +1,6 @@
{
"name": "Stone Beach",
"rarity": 2,
"layers": [
{
"minHeight": 3,

View File

@@ -1,5 +1,6 @@
{
"name": "Shattered Mountains",
"rarity": 4,
"layers": [
{
"palette": [

View File

@@ -1,5 +1,6 @@
{
"name": "Mountains",
"rarity": 2,
"layers": [
{
"palette": [

View File

@@ -1,5 +1,6 @@
{
"name": "Spruce Denmyre",
"rarity": 2,
"layers": [
{
"dispersion": "WISPY",