This commit is contained in:
Daniel Mills
2020-01-11 03:54:51 -05:00
parent 1c3ad6a925
commit acaf95c017
28 changed files with 624 additions and 70 deletions

View File

@@ -6,10 +6,12 @@
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/oak/medium=0.33",
"tree/oak/small=2.2",
"tree/oak/medium=0.83",
"tree/oak/small=3.2",
"colossal/oak/massive=0.001",
"colossal/oak/superlarge=0.0004",
"colossal/oak/supermassive=0.0001"
"colossal/oak/supermassive=0.0001",
"tree/fantasyoak/large=0.18",
"tree/fantasyoak/medium=0.18"
]
}

View File

@@ -6,8 +6,8 @@
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/birch/medium=0.33",
"tree/birch/large=0.42",
"tree/birch/small=2.2"
"tree/birch/medium=0.63",
"tree/birch/large=0.32",
"tree/birch/small=3.2"
]
}

View File

@@ -5,9 +5,10 @@
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"height": 0.14,
"objects": [
"tree/birch/medium=0.33",
"tree/birch/large=0.42",
"tree/birch/small=2.2"
"tree/birch/medium=0.63",
"tree/birch/large=0.32",
"tree/birch/small=3.2"
]
}

View File

@@ -5,11 +5,14 @@
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"height": 0.11,
"objects": [
"tree/oak/medium=0.23",
"tree/oak/small=2.5",
"tree/oak/medium=0.83",
"tree/oak/small=2.8",
"colossal/oak/massive=0.001",
"colossal/oak/superlarge=0.0004",
"colossal/oak/supermassive=0.0001"
"colossal/oak/supermassive=0.0001",
"tree/fantasyoak/large=0.18",
"tree/fantasyoak/medium=0.18"
]
}

View File

@@ -5,4 +5,9 @@
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09"
],
"objects": [
"colossal/blossom/massive=0.0008",
"colossal/blossom/supermassive=0.00011",
"colossal/blossom/superlarge=0.00054"
]
}

View File

@@ -12,8 +12,10 @@
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.67",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.09"
"tree/spruce/medium=0.87",
"tree/spruce/small=3.7",
"tree/spruce/dead/medium=0.01",
"tree/evergreen/large=0.17",
"tree/evergreen/medium=0.22"
]
}

View File

@@ -13,7 +13,9 @@
],
"objects": [
"tree/spruce/medium=0.87",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.06"
"tree/spruce/small=3.7",
"tree/spruce/dead/medium=0.01",
"tree/evergreen/large=0.27",
"tree/evergreen/medium=0.32"
]
}

View File

@@ -6,10 +6,10 @@
"LONG_GRASS:2=0.09"
],
"objects": [
"tree/serrulata/bleeding/alt/medium=0.033",
"tree/serrulata/bleeding/large=0.042",
"tree/serrulata/bleeding/medium=0.042",
"tree/serrulata/nobleed/medium=0.042",
"tree/serrulata/sakura/medium=0.02"
"tree/serrulata/bleeding/alt/medium=0.012",
"tree/serrulata/bleeding/medium=0.012",
"tree/serrulata/nobleed/medium=0.012",
"tree/serrulata/sakura/medium=0.012",
"tree/serrulata/bleeding/large=0.003"
]
}

View File

@@ -3,5 +3,11 @@
"derivative": "SAVANNA",
"scatter":[
"LONG_GRASS:1=0.18"
],
"objects":[
"colossal/dead/massive=0.001",
"colossal/dead/superlarge=0.0005",
"colossal/dead/supermassive=0.0001",
"colossal/dead/fallen/massive=0.001"
]
}