9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/forest_dark.json
2020-01-18 02:49:03 -05:00

17 lines
357 B
JSON

{
"name": "Dark Forest",
"derivative": "ROOFED_FOREST",
"type": "LAND",
"parent": "Forest",
"region": "temperate",
"height": 0,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"objects":[
"tree/darkoak/small=2.8",
"tree/darkoak/medium=0.8",
"tree/darkoak/large=0.1"
]
}