I have a structure that is exactly 1 chunk in size (16, 256, 16), how do I make it generate in one chunk without invading the ones that are nearby? I have this but it doesn't work, they are generated with empty spaces and in places that are not the beginning of the chunk
"distribution": {
"iterations": 1,
"x": 0,
"y": 0,
"z": 0
}
I tried "extent": [0, 15] for x and z but it didn't work
the feature:
{
"format_version": "1.13.0",
"minecraft:structure_template_feature": {
"description": {
"identifier": "test:chunk_feature"
},
"structure_name": "mystructure:chunk",
"adjustment_radius": 0,
"facing_direction": "random",
"constraints": {
"unburied": {}
}
}
}