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
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user