* chore: upgrading to v3 for json compression * adding local build step * adding test for compress * auto: generate
14 lines
590 B
JSON
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" }
|
|
}
|
|
}
|