cawezs_mantle_to_stratus/elements/Hive.mod.json
2024-08-26 16:51:16 -04:00

79 lines
1.8 KiB
JSON

{
"_fv": 66,
"_type": "structure",
"definition": {
"structure": "hive_filler",
"projection": "rigid",
"ignoredBlocks": [
{
"value": "Blocks.STRUCTURE_BLOCK"
}
],
"spacing": 5,
"separation": 4,
"restrictionBiomes": [
{
"value": "badlands"
}
],
"terrainAdaptation": "none",
"generationStep": "SURFACE_STRUCTURES",
"surfaceDetectionType": "WORLD_SURFACE_WG",
"useStartHeight": false,
"startHeightProviderType": "UNIFORM",
"startHeightMin": 0,
"startHeightMax": 128,
"size": 7,
"maxDistanceFromCenter": 64,
"jigsawPools": [
{
"poolName": "generic",
"fallbackPool": "",
"poolParts": [
{
"weight": 1,
"structure": "hive_filler",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 2,
"structure": "hive_wall_a",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 2,
"structure": "hive_wall_b",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 2,
"structure": "hive_wall_c",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 2,
"structure": "hive_wall_d",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 4,
"structure": "hive_floor_a",
"projection": "rigid",
"ignoredBlocks": []
},
{
"weight": 4,
"structure": "hive_ceiling_a",
"projection": "rigid",
"ignoredBlocks": []
}
]
}
]
}
}