mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
d
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"style": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
},
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
@@ -30,7 +30,9 @@
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
@@ -38,26 +40,33 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"wall": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"children":[
|
||||
"children": [
|
||||
"temperate-wilds"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.19,
|
||||
"palette": ["GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"palette": [
|
||||
"GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
@@ -67,20 +76,28 @@
|
||||
"minecraft:sweet_berry_bush[age=2]",
|
||||
"minecraft:sweet_berry_bush[age=3]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"zoom": 0.3,
|
||||
"chance": 0.02,
|
||||
"palette": [
|
||||
"minecraft:wheat[age=7]"
|
||||
],
|
||||
"style": {"style": "CELLULAR_IRIS"},
|
||||
"variance": {"style": "CELLULAR_IRIS"}
|
||||
"style": {
|
||||
"style": "CELLULAR_IRIS_DOUBLE"
|
||||
},
|
||||
"variance": {
|
||||
"style": "CELLULAR_IRIS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
@@ -88,7 +105,9 @@
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"biomeStyle": {"style": "IRIS"},
|
||||
"biomeStyle": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"biomeZoom": 60,
|
||||
"biomeScatter": [
|
||||
"FOREST",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"chance": 1,
|
||||
"chance": 0.7,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -73,7 +73,30 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -6,
|
||||
"y": -8,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"true-redwood/true-redwood-7-b",
|
||||
"true-redwood/true-redwood-8-b",
|
||||
"true-redwood/true-redwood-9-b",
|
||||
"true-redwood/true-redwood-10-b"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -8,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 1,
|
||||
"chance": 0.8,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -85,7 +85,7 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -6,
|
||||
"y": -8,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
@@ -108,7 +108,7 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -6,
|
||||
"y": -8,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user