Replaced undocumented
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.biome_filter",
|
||||
"title": "Biome Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Brightness Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Delay Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"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" }
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density Limit 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
|
||||
"underground": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.height_filter",
|
||||
"title": "Height Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
"type": "object",
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
|
||||
"properties": { "event": { "type": "string", "description": "UNDOCUMENTED", "title": "Event" } }
|
||||
}
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Permute Type 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Permute Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Player In Village Filter 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
|
||||
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
|
||||
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED" },
|
||||
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawn_event",
|
||||
"title": "Spawn Event 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Lava 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Surface 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns Underground 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns Underwater 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Weight 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
|
||||
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" } }
|
||||
}
|
||||
|
||||
@@ -2,28 +2,28 @@
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0",
|
||||
"type": "object",
|
||||
"title": "Spawn Rules 1.11.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTATED", "title": "Spawn Rules" },
|
||||
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTED", "title": "Spawn Rules" },
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn Rules",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "object",
|
||||
"title": "Description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"population_control": {
|
||||
"type": "string",
|
||||
"title": "Population Control",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
|
||||
}
|
||||
}
|
||||
@@ -31,12 +31,12 @@
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
"title": "Conditions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
|
||||
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.biome_filter",
|
||||
"title": "Biome Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Brightness Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Delay Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"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" }
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density Limit 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
|
||||
"underground": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter",
|
||||
"title": "Height Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
"type": "object",
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
|
||||
"properties": { "event": { "type": "string", "description": "UNDOCUMENTED", "title": "Event" } }
|
||||
}
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Permute Type 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Permute Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Player In Village Filter 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
|
||||
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
|
||||
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED" },
|
||||
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event",
|
||||
"title": "Spawn Event 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Lava 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Surface 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns Underground 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns Underwater 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Weight 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
|
||||
"properties": { "min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" } }
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0",
|
||||
"type": "object",
|
||||
"title": "Spawn Rules 1.17.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
@@ -14,20 +14,20 @@
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn Rules",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "object",
|
||||
"title": "Description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"population_control": {
|
||||
"type": "string",
|
||||
"title": "Population Control",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
|
||||
}
|
||||
}
|
||||
@@ -35,12 +35,12 @@
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
"title": "Conditions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
|
||||
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.biome_filter",
|
||||
"title": "Biome Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Brightness Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density Limit 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
|
||||
"underground": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" },
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
"type": "object",
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Permute Type 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Permute Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
|
||||
"entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event",
|
||||
"title": "Spawn Event 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Lava 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Surface 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns Underground 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns Underwater 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Weight 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "title": "Default" } }
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0",
|
||||
"type": "object",
|
||||
"title": "Spawn Rules 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
@@ -14,20 +14,20 @@
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn Rules",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "object",
|
||||
"title": "Description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"identifier": { "title": "Identifier", "description": "UNDOCUMENTED", "$ref": "../../../general/entity/identifier.json" },
|
||||
"population_control": {
|
||||
"type": "string",
|
||||
"title": "Population Control",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
|
||||
}
|
||||
}
|
||||
@@ -35,12 +35,12 @@
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
"title": "Conditions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
|
||||
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },
|
||||
|
||||
Reference in New Issue
Block a user