Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

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

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Brightness Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,10 +4,11 @@
"type": "object",
"title": "Delay Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED", "type": "number" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
}
}

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Density Limit 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Difficulty Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,8 +4,9 @@
"type": "object",
"title": "Distance Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Height Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.height_filter",
"title": "Height Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"herd": {
"type": "object",

View File

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

View File

@@ -4,14 +4,16 @@
"type": "array",
"title": "Permute Type 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "Permute Type",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Player In Village Filter 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED" }
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

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

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Lava 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

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

View File

@@ -2,5 +2,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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Surface 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns Underground 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Weight 1.11.0",
"description": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
"$comment": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } }
}

View File

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

View File

@@ -3,27 +3,36 @@
"type": "object",
"title": "Spawn Rules 1.11.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTED", "title": "Spawn Rules" },
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Rules" },
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
"identifier": {
"title": "Identifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json"
},
"population_control": {
"type": "string",
"title": "Population Control",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -32,11 +41,13 @@
"type": "array",
"title": "Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

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

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Brightness Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,10 +4,11 @@
"type": "object",
"title": "Delay Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED", "type": "number" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" },
"identifier": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
}
}

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Density Limit 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Difficulty Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,8 +4,9 @@
"type": "object",
"title": "Distance Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Height Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter",
"title": "Height Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"herd": {
"type": "object",

View File

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

View File

@@ -4,14 +4,16 @@
"type": "array",
"title": "Permute Type 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "Permute Type",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Player In Village Filter 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED" }
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

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

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Lava 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

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

View File

@@ -2,5 +2,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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Surface 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns Underground 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Weight 1.17.0",
"description": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
"$comment": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } }
}

View File

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

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Spawn Rules 1.17.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -15,19 +16,27 @@
"type": "object",
"title": "Spawn Rules",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
"identifier": {
"title": "Identifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json"
},
"population_control": {
"type": "string",
"title": "Population Control",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -36,11 +45,13 @@
"type": "array",
"title": "Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

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

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Brightness Filter 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,6 +4,7 @@
"type": "object",
"title": "Density Limit 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": {

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Difficulty Filter 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"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

@@ -4,8 +4,9 @@
"type": "object",
"title": "Distance Filter 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -4,8 +4,9 @@
"type": "object",
"title": "Height Filter 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
"title": "Height Filter 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"herd": {
"type": "object",

View File

@@ -4,14 +4,16 @@
"type": "array",
"title": "Permute Type 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
"title": "Permute Type",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}

View File

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

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Lava 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

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

View File

@@ -2,5 +2,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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns On Surface 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Spawns Underground 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -4,5 +4,6 @@
"type": "object",
"title": "Weight 1.8.0",
"description": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
"$comment": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } }
}

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Spawn Rules 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -15,19 +16,27 @@
"type": "object",
"title": "Spawn Rules",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
"identifier": {
"title": "Identifier",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../general/entity/identifier.json"
},
"population_control": {
"type": "string",
"title": "Population Control",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
}
}
@@ -36,11 +45,13 @@
"type": "array",
"title": "Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },