9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
This commit is contained in:
Daniel Mills
2020-07-31 02:04:05 -04:00
parent 7e54916a5a
commit 7ba336878f
9 changed files with 75 additions and 12 deletions

View File

@@ -76,10 +76,10 @@
"decorators":[
{
"zoom": 0.3,
"chance": 0.03,
"chance": 0.015,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"

View File

@@ -38,7 +38,16 @@
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.02,

View File

@@ -50,7 +50,16 @@
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.002,

View File

@@ -52,7 +52,16 @@
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.002,

View File

@@ -95,6 +95,18 @@
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",

View File

@@ -118,6 +118,18 @@
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"wall":
{
"dispersion": "SCATTER",

View File

@@ -51,6 +51,18 @@
"STONE"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"children": [
"frozen-peak",
"frozen-mountains",

View File

@@ -53,7 +53,7 @@
"variance": "SCATTER"
},
{
"zoom": 0.3,
"zoom": 1,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",

View File

@@ -50,14 +50,14 @@
"caveShift": -13,
"focus": "",
"fluidHeight": 99,
"biomeZoom": 1.16,
"regionZoom": 3.7,
"biomeZoom": 0.77,
"regionZoom": 1.96,
"continentZoom": 1,
"dimensionAngleDeg": 19,
"terrainZoom": 1,
"landZoom": 2.25,
"shoreZoom": 1.7,
"seaZoom": 4.25,
"landZoom": 1.25,
"shoreZoom": 1.2,
"seaZoom": 2.25,
"preventLeafDecay": true,
"interpolationFunction": "BICUBIC",
"interpolationScale": 12,