9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
This commit is contained in:
Brian Fopiano
2020-07-25 22:35:14 -07:00
parent a930afe1cb
commit f2fd8e1552
3 changed files with 22 additions and 4 deletions

View File

@@ -40,8 +40,8 @@
"zoom": 0.3,
"chance": 0.0235,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
@@ -57,7 +57,7 @@
},
{
"zoom": 0.3,
"chance": 0.0002,
"chance": 0.00002,
"density": 3,
"palette": [
"PUMPKIN",

View File

@@ -21,7 +21,7 @@
"biome": "hot-volcanic",
"type": "LAND",
"scale": 5,
"rarity": 36,
"rarity": 136,
"shuffle": 328
}
],

View File

@@ -114,6 +114,24 @@
}
}
],
"decorators":[
{
"zoom": 10,
"stackMax": 1,
"stackMin": 1,
"chance": 0.5,
"palette": [
"GRASS",
"TALL_GRASS",
"JUNGLE_SAPLING"
],
"verticalVarience": "SCATTER",
"verticalZoom": 88,
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",