mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
Plain Additives
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
"name": "Plains",
|
||||
"layers": [
|
||||
{
|
||||
"dispersion": "IRIS",
|
||||
"palette": [
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
@@ -52,7 +58,7 @@
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.01,
|
||||
"chance": 0.001,
|
||||
"palette": [
|
||||
"minecraft:sweet_berry_bush[age=0]",
|
||||
"minecraft:sweet_berry_bush[age=1]",
|
||||
@@ -61,6 +67,15 @@
|
||||
],
|
||||
"dispersion": "STATIC",
|
||||
"variance": "STATIC"
|
||||
},
|
||||
{
|
||||
|
||||
"chance": 0.1,
|
||||
"palette": [
|
||||
"minecraft:wheat[age=7]"
|
||||
],
|
||||
"dispersion": "IRIS",
|
||||
"variance": "IRIS"
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
|
||||
@@ -71,6 +71,34 @@
|
||||
"dispersion": "STATIC",
|
||||
"variance": "STATIC"
|
||||
}
|
||||
,
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:potatoes[age=7]"
|
||||
],
|
||||
"dispersion": "IRIS",
|
||||
"variance": "IRIS"
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:carrots[age=7]"
|
||||
],
|
||||
"dispersion": "IRIS",
|
||||
"variance": "IRIS"
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:beetroots[age=7]"
|
||||
],
|
||||
"dispersion": "IRIS",
|
||||
"variance": "IRIS"
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user