#[solved] Generate structure at the beginning of the chunk

1 messages · Page 1 of 1 (latest)

keen jetty
#

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": {}
    }    
  }
}
high spoke
#

You could do some math with coords to figure out where the borders are

keen jetty
#

Do you have an example?

high spoke
#

Its summer im not doing math lol

fast schooner
#

Change facing direction to south

#

That can sometimes cause structures to slightly move

#

I have to set it to south to get 48x structures to generate without them being cut off