Skip to content

Structure Sets

Generated page, edit scripts/gen_schema_pages.py instead.

PKL4MC, Structure set schema for Minecraft 1.20.1

Usage

amends "@pkl4mc/structure_set.pkl"

Example

amends "@pkl4mc/structure_set.pkl"

structures = new Listing {
  new StructureEntry {
    structure = "examplemod:example_structure"
    weight = 1
  }
}

placement = new RandomSpreadPlacement {
  spacing = 32
  separation = 8
  salt = 14357617
}