Files
Daan Verstraten b957fc93e8 chore: upgrading to v3 for json compression (#351)
* chore: upgrading to v3 for json compression

* adding local build step

* adding test for compress

* auto: generate
2025-06-02 21:17:32 +02:00

14 lines
590 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.worldgen.jigsaw_structures.jigsaw",
"type": "object",
"title": "Jigsaw",
"description": "A Jigsaw Structure is a group of Structure Templates that make up a larger structure. Jigsaw Structures are placed during world generation.",
"required": ["format_version", "minecraft:jigsaw"],
"additionalProperties": false,
"properties": {
"format_version": { "$ref": "../../../general/format_version.json" },
"minecraft:jigsaw": { "$ref": "./format/minecraft.jigsaw.json" }
}
}