9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Who tf put Decorators in a lake???

KEK
This commit is contained in:
Brian Fopiano
2021-07-23 23:26:47 -07:00
parent 49cf7ca4f0
commit 845957e4eb
3 changed files with 18 additions and 149 deletions

View File

@@ -61,146 +61,5 @@
{"block": "andesite"},
{"block": "gravel"},
{"block": "cyan_terracotta"}
]},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.25,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.2,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "dandelion"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},
{"block": "azure_bluet"},
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "oxeye_daisy"},
{"block": "cornflower"},
{"block": "lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "grass"}]
},
{
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"chance": 0.2,
"palette": [{
"block": "wheat",
"data": {"age": 7}
}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"chance": 3.0E-4,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"place": [
"structures/mlandstone1",
"structures/mlandstone2",
"structures/mlandstone3",
"structures/mlandstone4",
"structures/mlandstone5"
],
"chance": 0.04,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
]
]}
}

View File

@@ -413,10 +413,7 @@
},
"palette": [
{"block": "dandelion"},
{
"weight": 1,
"block": "grass"
},
{"block": "grass"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},

View File

@@ -8,7 +8,7 @@
"id": "plateau",
"foliageColor": "#44A528",
"waterColor": "#2883A5",
"grassColor": "#28A54A",
"grassColor": "#21BF4C",
"category": "forest"
}],
"generators": [
@@ -299,13 +299,26 @@
}]
},
{
"chance": 0.03,
"chance": 0.025,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{"block": "oak_leaves"},
{"block": "rose_bush"},
{"block": "cobblestone_slab"}
{"block": "cobblestone_slab"},
{"block": "dandelion"},
{"block": "grass"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},
{"block": "azure_bluet"},
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "oxeye_daisy"},
{"block": "cornflower"},
{"block": "lily_of_the_valley"}
]
},
{