mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Ores and shit
This commit is contained in:
@@ -19,9 +19,82 @@
|
||||
"placeObjects": true,
|
||||
"roughnessZoom": 1,
|
||||
"caveScale": 0.5,
|
||||
"caves": false,
|
||||
"ores": false,
|
||||
"caves": false,
|
||||
"focus": "",
|
||||
"deposits": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 18,
|
||||
"minSize": 3,
|
||||
"maxSize": 7,
|
||||
"minPerChunk": 6,
|
||||
"maxPerChunk": 9,
|
||||
"varience": 4,
|
||||
"palette": [
|
||||
"DIAMOND_ORE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 4,
|
||||
"maxHeight": 25,
|
||||
"minSize": 5,
|
||||
"maxSize": 9,
|
||||
"minPerChunk": 4,
|
||||
"maxPerChunk": 9,
|
||||
"varience": 7,
|
||||
"palette": [
|
||||
"minecraft:redstone_ore[lit=true]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 25,
|
||||
"maxHeight": 37,
|
||||
"minSize": 1,
|
||||
"maxSize": 2,
|
||||
"minPerChunk": 0,
|
||||
"maxPerChunk": 2,
|
||||
"varience": 3,
|
||||
"palette": [
|
||||
"GOLD_ORE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 24,
|
||||
"maxHeight": 47,
|
||||
"minSize": 3,
|
||||
"maxSize": 8,
|
||||
"minPerChunk": 0,
|
||||
"maxPerChunk": 2,
|
||||
"varience": 5,
|
||||
"palette": [
|
||||
"LAPIS_ORE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 39,
|
||||
"maxHeight": 81,
|
||||
"minSize": 6,
|
||||
"maxSize": 9,
|
||||
"minPerChunk": 5,
|
||||
"maxPerChunk": 8,
|
||||
"varience": 7,
|
||||
"palette": [
|
||||
"IRON_ORE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 22,
|
||||
"maxHeight": 81,
|
||||
"minSize": 9,
|
||||
"maxSize": 12,
|
||||
"minPerChunk": 6,
|
||||
"maxPerChunk": 10,
|
||||
"varience": 9,
|
||||
"palette": [
|
||||
"COAL_ORE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"regions": [
|
||||
"temperate",
|
||||
"tundra",
|
||||
|
||||
33
iris.overworld/dimensions/sky.json
Normal file
33
iris.overworld/dimensions/sky.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"environment": "NORMAL",
|
||||
"fluidHeight": 7,
|
||||
"biomeZoom": 0.88,
|
||||
"regionZoom": 3,
|
||||
"continentZoom": 1,
|
||||
"dimensionAngleDeg": 83,
|
||||
"terrainZoom": 1,
|
||||
"landZoom": 2.5,
|
||||
"shoreZoom": 1.5,
|
||||
"seaZoom": 4,
|
||||
"interpolationFunction": "BICUBIC",
|
||||
"interpolationScale": 12,
|
||||
"hermiteTension": 0.00001,
|
||||
"hermiteBias": 0.5,
|
||||
"roughnessHeight": 0,
|
||||
"coordFractureZoom": 0.5,
|
||||
"coordFractureDistance": 136,
|
||||
"placeObjects": true,
|
||||
"roughnessZoom": 1,
|
||||
"caveScale": 0.5,
|
||||
"caves": false,
|
||||
"focus": "",
|
||||
"rockPalette": [
|
||||
"AIR"
|
||||
],
|
||||
"fluidPalette": [
|
||||
"AIR"
|
||||
],
|
||||
"regions": [
|
||||
"sky"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user