This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -2,19 +2,15 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0",
"type": "object",
"title": "Spawn rules 1.8.0",
"title": "Spawn Rules 1.8.0",
"description": "TODO",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": {
"const": "1.8.0",
"description": "TODO description",
"title": "TODO title"
},
"format_version": { "const": "1.8.0", "description": "TODO description", "title": "TODO Title" },
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn rules",
"title": "Spawn Rules",
"description": "TODO",
"additionalProperties": false,
"properties": {
@@ -24,14 +20,10 @@
"description": "TODO",
"additionalProperties": false,
"properties": {
"identifier": {
"title": "Identifier",
"description": "TODO",
"$ref": "../../../general/entity/identifier.json"
},
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
"population_control": {
"type": "string",
"title": "Population control",
"title": "Population Control",
"description": "TODO",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}