9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Plain Additives

This commit is contained in:
Brian Fopiano
2020-08-14 14:32:44 -07:00
parent 35097af132
commit f379464f34
2 changed files with 44 additions and 1 deletions

View File

@@ -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":[

View File

@@ -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":[
{