9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/forest.json
Daniel Mills 84a8c36cf0 Fix
2020-01-24 19:04:56 -05:00

22 lines
464 B
JSON

{
"name": "Forest",
"derivative": "FOREST",
"type": "LAND",
"region": "temperate",
"genHeight": 0,
"lush": 0.33,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13",
"RED_ROSE:2=0.05",
"RED_ROSE:1=0.07",
"RED_ROSE=0.06",
"YELLOW_FLOWER=0.12",
"RED_ROSE:4=0.07",
"RED_ROSE:5=0.07"
],
"objects": [
"tree/oak/medium=1.5",
"tree/oak/small=1.2"
]
}