mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
Fix sugar canes near beaches
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.03,
|
||||
"chance": 0.003,
|
||||
"palette": [
|
||||
"minecraft:stone_button[face=floor,facing=east,powered=false]",
|
||||
"AIR",
|
||||
@@ -48,15 +48,14 @@
|
||||
},
|
||||
{
|
||||
"zoom": 5,
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.11,
|
||||
"partOf": "SHORE_LINE",
|
||||
"stackMin": 1,
|
||||
"stackMax": 2,
|
||||
"stackMax": 3,
|
||||
"palette": [
|
||||
"SUGAR_CANE"
|
||||
],
|
||||
"heightVariance": {"style": "IRIS"},
|
||||
"heightVariance": {"style": "STATIC"},
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.009,
|
||||
"chance": 0.004,
|
||||
"palette": [
|
||||
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
|
||||
"AIR"
|
||||
@@ -54,15 +54,13 @@
|
||||
},
|
||||
{
|
||||
"zoom": 5,
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.12,
|
||||
"chance": 0.009,
|
||||
"partOf": "SHORE_LINE",
|
||||
"stackMin": 2,
|
||||
"stackMax": 3,
|
||||
"stackMax": 4,
|
||||
"palette": [
|
||||
"SUGAR_CANE"
|
||||
],
|
||||
"heightVariance": {"style": "IRIS"},
|
||||
"heightVariance": {"style": "STATIC"},
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
|
||||
@@ -39,15 +39,13 @@
|
||||
},
|
||||
{
|
||||
"zoom": 5,
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.19,
|
||||
"chance": 0.09,
|
||||
"stackMax": 2,
|
||||
"partOf": "SHORE_LINE",
|
||||
"stackMin": 1,
|
||||
"stackMax": 5,
|
||||
"palette": [
|
||||
"SUGAR_CANE"
|
||||
],
|
||||
"heightVariance": {"style": "IRIS"},
|
||||
"heightVariance": {"style": "STATIC"},
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
|
||||
@@ -46,26 +46,6 @@
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 5,
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.09,
|
||||
"partOf": "SHORE_LINE",
|
||||
"stackMin": 1,
|
||||
"stackMax": 3,
|
||||
"palette": [
|
||||
"SUGAR_CANE"
|
||||
],
|
||||
"heightVariance": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
|
||||
Reference in New Issue
Block a user