mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
Fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"variance": "SCATTER"
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"zoom": 1,
|
||||
"chance": 0.03,
|
||||
"palette": [
|
||||
"minecraft:stone_button[face=floor,facing=east,powered=false]",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user