9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/forest_hills.json
Daniel Mills a7e6f422b8 Forests
2020-01-26 23:17:38 -05:00

22 lines
449 B
JSON

{
"name": "Forest Hills",
"derivative": "FOREST_HILLS",
"type": "LAND",
"parent": "Forest",
"region": "temperate",
"genHeight": 0,
"rarity": 1.1,
"genAmplifier": 0.5,
"genScale": 1.05,
"genSwirl": 4,
"genSwirlScale": 10,
"lush": 0.34,
"scatter": [
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/oak/medium=1.1",
"tree/oak/small=1.12"
]
}