Updated spawn rules comments

This commit is contained in:
DaanV2
2021-07-04 15:59:00 +02:00
parent d529f78eef
commit 6a4aeaace0
3 changed files with 26 additions and 22 deletions

View File

@@ -2,36 +2,40 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0",
"type": "object", "type": "object",
"title": "Spawn Rules 1.11.0", "title": "Spawn Rules 1.11.0",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "properties": {
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Rules" }, "format_version": {
"const": "1.11.0",
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"minecraft:spawn_rules": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"description": { "description": {
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "UNDOCUMENTED", "description": "The descripton of to which entity this spawn rule belongs",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["properties", "population_control"],
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",
"description": "UNDOCUMENTED", "description": "The entity identifier this spawn rule will apply to, entity must exist",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json" "$ref": "../../../general/entity/identifier.json"
}, },
"population_control": { "population_control": {
"type": "string", "type": "string",
"title": "Population Control", "title": "Population Control",
"description": "UNDOCUMENTED", "description": "Setting an entity to a pool it will spawn as long as that pool hasn't reached the spawn limit.",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
} }

View File

@@ -2,40 +2,40 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0",
"type": "object", "type": "object",
"title": "Spawn Rules 1.17.0", "title": "Spawn Rules 1.17.0",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "properties": {
"format_version": { "format_version": {
"const": "1.17.0", "const": "1.17.0",
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.", "description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version" "title": "Format Version"
}, },
"minecraft:spawn_rules": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"description": { "description": {
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "UNDOCUMENTED", "description": "The descripton of to which entity this spawn rule belongs",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["properties", "population_control"],
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",
"description": "UNDOCUMENTED", "description": "The entity identifier this spawn rule will apply to, entity must exist",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json" "$ref": "../../../general/entity/identifier.json"
}, },
"population_control": { "population_control": {
"type": "string", "type": "string",
"title": "Population Control", "title": "Population Control",
"description": "UNDOCUMENTED", "description": "Setting an entity to a pool it will spawn as long as that pool hasn't reached the spawn limit.",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
} }

View File

@@ -2,40 +2,40 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0",
"type": "object", "type": "object",
"title": "Spawn Rules 1.8.0", "title": "Spawn Rules 1.8.0",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "properties": {
"format_version": { "format_version": {
"const": "1.8.0", "const": "1.8.0",
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.", "description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version" "title": "Format Version"
}, },
"minecraft:spawn_rules": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",
"description": "UNDOCUMENTED", "description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"description": { "description": {
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "UNDOCUMENTED", "description": "The descripton of to which entity this spawn rule belongs",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"additionalProperties": false, "additionalProperties": false,
"required": ["properties", "population_control"],
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",
"description": "UNDOCUMENTED", "description": "The entity identifier this spawn rule will apply to, entity must exist",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json" "$ref": "../../../general/entity/identifier.json"
}, },
"population_control": { "population_control": {
"type": "string", "type": "string",
"title": "Population Control", "title": "Population Control",
"description": "UNDOCUMENTED", "description": "Setting an entity to a pool it will spawn as long as that pool hasn't reached the spawn limit.",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
} }