[Feature Request] Adding features based on biome climate values
mosharky opened this issue ยท 1 comments
It could maybe look like:
{
"type": "lithostitched:add_feature",
"dimension": "minecraft:overworld"
"climate": {
"temperatureMin": 1.0,
"temperatureMax": 2.0,
"downfallMax": 0.25,
"has_precipitation": true
}
}Being able to have a min/max range would make it pretty flexible. A biomes field could be used as a whitelist/blacklist too.