UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.biome_filter",
"title": "Biome Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Brightness Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,11 +3,11 @@
"additionalProperties": false,
"type": "object",
"title": "Delay Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" },
"identifier": { "type": "string", "description": "TODO", "title": "Identifier" },
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTATED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" }
}
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Density Limit 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Difficulty Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Distance Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Height Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.height_filter",
"title": "Height Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": {
"herd": {
"type": "object",

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.mob_event_filter",
"title": "Mob Event Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": { "event": { "type": "string", "description": "TODO", "title": "Event" } }
"properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
}

View File

@@ -3,15 +3,15 @@
"additionalProperties": false,
"type": "array",
"title": "Permute Type 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "TODO",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
}
}
}

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Player In Village Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"distance": { "type": "integer", "title": "Distance", "description": "TODO" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "TODO" }
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawn_event",
"title": "Spawn Event 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Lava 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Surface 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns Underground 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Weight 1.11.0",
"description": "TODO",
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
"description": "UNDOCUMENTATED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.world_age_filter",
"title": "World Age Filter 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" } }
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0",
"type": "object",
"title": "Spawn Rules 1.11.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -10,20 +10,20 @@
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
"population_control": {
"type": "string",
"title": "Population Control",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -31,12 +31,12 @@
"conditions": {
"type": "array",
"title": "Conditions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.biome_filter",
"title": "Biome Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Brightness Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,11 +3,11 @@
"additionalProperties": false,
"type": "object",
"title": "Delay Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" },
"identifier": { "type": "string", "description": "TODO", "title": "Identifier" },
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTATED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" }
}
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Density Limit 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Difficulty Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Distance Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Height Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter",
"title": "Height Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": {
"herd": {
"type": "object",

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.mob_event_filter",
"title": "Mob Event Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": { "event": { "type": "string", "description": "TODO", "title": "Event" } }
"properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
}

View File

@@ -3,15 +3,15 @@
"additionalProperties": false,
"type": "array",
"title": "Permute Type 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "TODO",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
}
}
}

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Player In Village Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"distance": { "type": "integer", "title": "Distance", "description": "TODO" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "TODO" }
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event",
"title": "Spawn Event 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Lava 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Surface 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns Underground 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Weight 1.17.0",
"description": "TODO",
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
"description": "UNDOCUMENTATED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.world_age_filter",
"title": "World Age Filter 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" } }
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0",
"type": "object",
"title": "Spawn Rules 1.17.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -10,20 +10,20 @@
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
"population_control": {
"type": "string",
"title": "Population Control",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -31,12 +31,12 @@
"conditions": {
"type": "array",
"title": "Conditions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.biome_filter",
"title": "Biome Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Brightness Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Density Limit 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Difficulty Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Distance Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -3,9 +3,9 @@
"additionalProperties": false,
"type": "object",
"title": "Height Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
"title": "Height Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"definitions": {
"herd": {
"type": "object",

View File

@@ -3,15 +3,15 @@
"additionalProperties": false,
"type": "array",
"title": "Permute Type 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "TODO",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
}
}
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event",
"title": "Spawn Event 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Lava 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Surface 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns Underground 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Weight 1.8.0",
"description": "TODO",
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
"description": "UNDOCUMENTATED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0",
"type": "object",
"title": "Spawn Rules 1.8.0",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -10,20 +10,20 @@
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
"population_control": {
"type": "string",
"title": "Population Control",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -31,12 +31,12 @@
"conditions": {
"type": "array",
"title": "Conditions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },