structure spawn conditions for the moai and primitive hut

This commit is contained in:
Pyritie 2025-11-11 20:45:28 +00:00
parent b063392519
commit e8383dbda5
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"type": "lithostitched:set_structure_spawn_condition",
"structures": [
"tfg:ocean/ocean_moai_0"
],
"spawn_condition": {
"type": "lithostitched:height_filter",
"range_type": "absolute",
"heightmap": "OCEAN_FLOOR_WG",
"permitted_range": [65, 256]
}
}