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

DarkTweaks

This commit is contained in:
Brian Fopiano
2020-08-18 18:55:01 -07:00
parent 86d027f23d
commit 0f38affe66
4 changed files with 23 additions and 21 deletions

View File

@@ -27,6 +27,7 @@
"AIR"
]
},
"generators":[
{
"generator": "plain",

View File

@@ -30,16 +30,7 @@
}
],
"decorators":[
{
"zoom": 2.25,
"chance": 0.025,
"palette": [
"LILY_PAD"
],
"partOf": "SEA_SURFACE",
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 20,
"chance": 0.06,

View File

@@ -56,7 +56,7 @@
"decorators": [
{
"zoom": 0.01,
"chance": 0.1,
"chance": 0.05,
"palette": ["DEAD_BUSH", "BROWN_MUSHROOM"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
@@ -70,10 +70,10 @@
},
{
"zoom": 1,
"chance": 0.03,
"chance": 0.003,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}

View File

@@ -207,6 +207,23 @@
}
],
"decorators": [
{
"zoom": 0.01,
"chance": 0.05,
"palette": ["DEAD_BUSH", "RED_MUSHROOM"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.003,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.1,
"chance": 0.001,
@@ -219,13 +236,6 @@
"chance": 0.45,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.05,
"palette": ["DEAD_BUSH"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],