mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
Fix ice & snow
This commit is contained in:
@@ -23,12 +23,26 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators":[
|
||||
{
|
||||
"palette": [
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
}
|
||||
],
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"maxHeight": 7,
|
||||
"style": {"style": "STATIC"},
|
||||
"zoom": 1,
|
||||
"palette": [
|
||||
"ICE"
|
||||
]
|
||||
@@ -109,17 +123,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.015,
|
||||
"palette": [
|
||||
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
|
||||
"AIR",
|
||||
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
|
||||
@@ -1,21 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Mountains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "IRIS","zoom": 0.7},
|
||||
"palette": [
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]",
|
||||
"minecraft:snow[layers=5]",
|
||||
"minecraft:snow[layers=6]",
|
||||
"minecraft:snow[layers=7]",
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
@@ -50,25 +35,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]"
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.002,
|
||||
"palette": [
|
||||
"PUMPKIN",
|
||||
"CARVED_PUMPKIN"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"frozen-peak",
|
||||
|
||||
@@ -1,21 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Mountains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "IRIS","zoom": 0.7},
|
||||
"palette": [
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]",
|
||||
"minecraft:snow[layers=5]",
|
||||
"minecraft:snow[layers=6]",
|
||||
"minecraft:snow[layers=7]",
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
@@ -52,25 +37,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]"
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
"palette": [
|
||||
"PUMPKIN",
|
||||
"CARVED_PUMPKIN"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.25
|
||||
}
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"frozen-peak",
|
||||
|
||||
@@ -34,12 +34,10 @@
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"maxHeight": 2,
|
||||
"style": {"style": "STATIC"},
|
||||
"zoom": 1,
|
||||
"palette": [
|
||||
"ICE",
|
||||
"AIR"
|
||||
"ICE"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,22 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Hills",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "IRIS","zoom": 0.7},
|
||||
"zoom": 1,
|
||||
"palette": [
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]",
|
||||
"minecraft:snow[layers=5]",
|
||||
"minecraft:snow[layers=6]",
|
||||
"minecraft:snow[layers=7]",
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 5,
|
||||
@@ -123,15 +107,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]"
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
|
||||
@@ -1,22 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Plains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "IRIS","zoom": 0.7},
|
||||
"zoom": 1,
|
||||
"palette": [
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]",
|
||||
"minecraft:snow[layers=5]",
|
||||
"minecraft:snow[layers=6]",
|
||||
"minecraft:snow[layers=7]",
|
||||
"minecraft:snow[layers=8]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 5,
|
||||
@@ -192,15 +176,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]"
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
{
|
||||
|
||||
@@ -53,15 +53,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]"
|
||||
"minecraft:snow[layers=1]",
|
||||
"minecraft:snow[layers=2]",
|
||||
"minecraft:snow[layers=3]",
|
||||
"minecraft:snow[layers=4]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
"chance": 1,
|
||||
"variance": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"frozen-peak",
|
||||
|
||||
Reference in New Issue
Block a user