Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

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

View File

@@ -3,11 +3,11 @@
"additionalProperties": false,
"type": "object",
"title": "Brightness Filter",
"description": "UNDOCUMENTED",
"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" },
"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" },
"adjust_for_weather": {
"type": "boolean",
"description": "This determines if weather can affect the light level conditions that cause the mob to spawn (e.g. Allowing hostile mobs to spawn during the day when it rains.)",

View File

@@ -3,12 +3,12 @@
"additionalProperties": false,
"type": "object",
"title": "Delay Filter",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"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" }
"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

@@ -3,13 +3,13 @@
"additionalProperties": false,
"type": "object",
"title": "Density Limit",
"description": "UNDOCUMENTED",
"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" },
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface.", "title": "Surface" },
"underground": {
"type": "integer",
"description": "This is the maximum number of mobs of this type spawnable underground",
"description": "This is the maximum number of mobs of this type spawnable underground.",
"title": "Underground"
}
}

View File

@@ -3,11 +3,11 @@
"additionalProperties": false,
"type": "object",
"title": "Difficulty Filter",
"description": "UNDOCUMENTED",
"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" },
"max": { "$ref": "#/definitions/difficulty", "description": "This is the maximum difficulty level that a mob spawns", "title": "Max" }
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns.", "title": "Min" },
"max": { "$ref": "#/definitions/difficulty", "description": "This is the maximum difficulty level that a mob spawns.", "title": "Max" }
}
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "object",
"title": "Disallow Spawns In Bubble",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Distance Filter",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Height Filter",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
"min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Min" },
"max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Max" }
}
}

View File

@@ -1,23 +1,23 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.height_filter",
"title": "Height Filter",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"definitions": {
"herd": {
"type": "object",
"title": "Herd",
"description": "Herd",
"description": "Herd.",
"additionalProperties": false,
"properties": {
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Minimum Size" },
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Maximum Size" },
"event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" },
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" },
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" },
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd.", "title": "Minimum Size" },
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd.", "title": "Maximum Size" },
"event": { "type": "string", "description": "This is an event that can be triggered from spawning.", "title": "Event" },
"event_skip_count": {
"type": "integer",
"description": "This is the number of mobs spawned before the specified event is triggered",
"description": "This is the number of mobs spawned before the specified event is triggered.",
"title": "Event Skip Count"
}
}

View File

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

View File

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

View File

@@ -3,14 +3,14 @@
"additionalProperties": false,
"type": "object",
"title": "Player In Village Filter",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"village_border_tolerance": {
"type": "integer",
"title": "Village Border Tolerance",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}
}

View File

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

View File

@@ -1,21 +1,21 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_above_block_filter",
"title": "Spawns Underwater",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"blocks": {
"title": "Blocks",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
},
"distance": {
"title": "Distance",
"type": "number",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"minimum": 0
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Lava",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

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

View File

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

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns On Surface",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Spawns Underground",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {}
}

View File

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

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Weight",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } }
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Default" } }
}

View File

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

View File

@@ -9,7 +9,7 @@
],
"type": "object",
"title": "Spawn Rules",
"description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs.",
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
@@ -17,20 +17,20 @@
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",
"description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs",
"description": "Data-Driven spawning allows you to adjust the spawn conditions of mobs.",
"additionalProperties": false,
"properties": {
"description": {
"type": "object",
"title": "Description",
"description": "The descripton of to which entity this spawn rule belongs",
"description": "The descripton of to which entity this spawn rule belongs.",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["identifier", "population_control"],
"properties": {
"identifier": {
"title": "Identifier",
"description": "The entity identifier this spawn rule will apply to, entity must exist",
"description": "The entity identifier this spawn rule will apply to, entity must exist.",
"$comment": "UNDOCUMENTED",
"$ref": "../../general/entity/identifier.json"
},
@@ -46,13 +46,13 @@
"conditions": {
"type": "array",
"title": "Conditions",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
"type": "object",
"title": "Condition",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"minecraft:biome_filter": { "$ref": "./components/biome_filter.json" },