Updated
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.biome_filter",
|
||||
"title": "Biome filter 1.11.0",
|
||||
"title": "Biome Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../entities/1.16.0/filters.json" }
|
||||
},
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/1.16.0/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/1.16.0/filters.json" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,24 +3,11 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.brightness_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Brightness filter 1.11.0",
|
||||
"title": "Brightness Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
},
|
||||
"adjust_for_weather": {
|
||||
"type": "boolean",
|
||||
"description": "TODO",
|
||||
"title": "Max",
|
||||
"default": true
|
||||
}
|
||||
"min": { "type": "integer", "description": "TODO", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "TODO", "title": "Max" },
|
||||
"adjust_for_weather": { "type": "boolean", "description": "TODO", "title": "Max", "default": true }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,20 +3,12 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.Delay_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Delay filter 1.11.0",
|
||||
"title": "Delay Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "TODO", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "TODO", "title": "Max" },
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO",
|
||||
"title": "Identifier"
|
||||
},
|
||||
"spawn_chance": {
|
||||
"title": "Spawn chance",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "number"
|
||||
}
|
||||
"identifier": { "type": "string", "description": "TODO", "title": "Identifier" },
|
||||
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.density_limit",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density limit 1.11.0",
|
||||
"title": "Density Limit 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"surface": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Surface"
|
||||
},
|
||||
"underground": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Underground"
|
||||
}
|
||||
}
|
||||
"properties": { "surface": { "type": "integer", "description": "TODO", "title": "Surface" }, "underground": { "type": "integer", "description": "TODO", "title": "Underground" } }
|
||||
}
|
||||
|
||||
@@ -3,14 +3,9 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.difficulty_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty filter 1.11.0",
|
||||
"title": "Difficulty Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"definitions": {
|
||||
"difficulty": {
|
||||
"type": "string",
|
||||
"enum": ["easy", "normal", "hard", "peaceful"]
|
||||
}
|
||||
},
|
||||
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
|
||||
"properties": {
|
||||
"min": { "$ref": "#/definitions/difficulty", "description": "TODO", "title": "Min" },
|
||||
"max": { "$ref": "#/definitions/difficulty", "description": "TODO", "title": "Max" }
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.distance_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance filter 1.11.0",
|
||||
"title": "Distance Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
}
|
||||
}
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.height_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height filter 1.11.0",
|
||||
"title": "Height Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
}
|
||||
}
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.height_filter",
|
||||
"title": "Height filter 1.11.0",
|
||||
"title": "Height Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
@@ -10,32 +10,12 @@
|
||||
"description": "Herd",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"initial_event": {
|
||||
"title": "Initial event",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "string"
|
||||
},
|
||||
"initial_event_count": {
|
||||
"title": "Initial event count",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "integer"
|
||||
},
|
||||
"min_size": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min size"
|
||||
},
|
||||
"max_size": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max size"
|
||||
},
|
||||
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENATED", "type": "string" },
|
||||
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"min_size": { "type": "integer", "description": "TODO", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "TODO", "title": "Max Size" },
|
||||
"event": { "type": "string", "description": "TODO", "title": "Event" },
|
||||
"event_skip_count": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Event skip count"
|
||||
}
|
||||
"event_skip_count": { "type": "integer", "description": "TODO", "title": "Event Skip Count" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.mob_event_filter",
|
||||
"title": "Mob event filter 1.11.0",
|
||||
"title": "Mob Event Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"event": { "type": "string", "description": "TODO", "title": "Event" }
|
||||
}
|
||||
"properties": { "event": { "type": "string", "description": "TODO", "title": "Event" } }
|
||||
}
|
||||
|
||||
@@ -3,20 +3,13 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.permute_type",
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Permute type 1.11.0",
|
||||
"title": "Permute Type 1.11.0",
|
||||
"description": "TODO",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "TODO",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "TODO" },
|
||||
"entity_type": {
|
||||
"type": "string",
|
||||
"title": "Entity type",
|
||||
"description": "TODO"
|
||||
}
|
||||
}
|
||||
"properties": { "weight": { "type": "integer", "title": "Weight", "description": "TODO" }, "entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,14 +3,10 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.player_in_village_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Player in village filter 1.11.0",
|
||||
"title": "Player In Village Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"distance": { "type": "integer", "title": "Distance", "description": "TODO" },
|
||||
"village_border_tolerance": {
|
||||
"type": "integer",
|
||||
"title": "Village border tolerance",
|
||||
"description": "TODO"
|
||||
}
|
||||
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "TODO" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawn_event",
|
||||
"title": "Spawn event 1.11.0",
|
||||
"title": "Spawn Event 1.11.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"event": {
|
||||
"type": "string",
|
||||
"title": "Event",
|
||||
"description": "TODO"
|
||||
}
|
||||
}
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_lava",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns on lava 1.11.0",
|
||||
"title": "Spawns On Lava 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_on_block_filter",
|
||||
"title": "Spawns on block filter 1.11.0",
|
||||
"title": "Spawns On Block Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_on_block_prevented_filter",
|
||||
"title": "Spawns on block prevented filter 1.11.0",
|
||||
"title": "Spawns On Block Prevented Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_on_surface",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns on surface 1.11.0",
|
||||
"title": "Spawns On Surface 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_underground",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns underground 1.11.0",
|
||||
"title": "Spawns Underground 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns underwater 1.11.0",
|
||||
"title": "Spawns Underwater 1.11.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -5,11 +5,5 @@
|
||||
"type": "object",
|
||||
"title": "Weight 1.11.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"default": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Default"
|
||||
}
|
||||
}
|
||||
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
|
||||
}
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0.minecraft.world_age_filter",
|
||||
"title": "World age filter 1.11.0",
|
||||
"title": "World Age Filter 1.11.0",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "TODO", "title": "Min" }
|
||||
}
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" } }
|
||||
}
|
||||
|
||||
@@ -2,19 +2,15 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.11.0",
|
||||
"type": "object",
|
||||
"title": "Spawn rules 1.11.0",
|
||||
"title": "Spawn Rules 1.11.0",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"const": "1.11.0",
|
||||
"description": "TODO description",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"format_version": { "const": "1.11.0", "description": "TODO description", "title": "TODO Title" },
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn rules",
|
||||
"title": "Spawn Rules",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -24,14 +20,10 @@
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"title": "Identifier",
|
||||
"description": "TODO",
|
||||
"$ref": "../../../general/entity/identifier.json"
|
||||
},
|
||||
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
|
||||
"population_control": {
|
||||
"type": "string",
|
||||
"title": "Population control",
|
||||
"title": "Population Control",
|
||||
"description": "TODO",
|
||||
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
|
||||
}
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.biome_filter",
|
||||
"title": "Biome filter 1.8.0",
|
||||
"title": "Biome Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../entities/1.16.0/filters.json" }
|
||||
},
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/1.16.0/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/1.16.0/filters.json" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,24 +3,11 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.brightness_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Brightness filter 1.8.0",
|
||||
"title": "Brightness Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
},
|
||||
"adjust_for_weather": {
|
||||
"type": "boolean",
|
||||
"description": "TODO",
|
||||
"title": "Max",
|
||||
"default": true
|
||||
}
|
||||
"min": { "type": "integer", "description": "TODO", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "TODO", "title": "Max" },
|
||||
"adjust_for_weather": { "type": "boolean", "description": "TODO", "title": "Max", "default": true }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.density_limit",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density limit 1.8.0",
|
||||
"title": "Density Limit 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"surface": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Surface"
|
||||
},
|
||||
"underground": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Underground"
|
||||
}
|
||||
}
|
||||
"properties": { "surface": { "type": "integer", "description": "TODO", "title": "Surface" }, "underground": { "type": "integer", "description": "TODO", "title": "Underground" } }
|
||||
}
|
||||
|
||||
@@ -3,14 +3,9 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.difficulty_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty filter 1.8.0",
|
||||
"title": "Difficulty Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"definitions": {
|
||||
"difficulty": {
|
||||
"type": "string",
|
||||
"enum": ["easy", "normal", "hard", "peaceful"]
|
||||
}
|
||||
},
|
||||
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
|
||||
"properties": {
|
||||
"min": { "$ref": "#/definitions/difficulty", "description": "TODO", "title": "Min" },
|
||||
"max": { "$ref": "#/definitions/difficulty", "description": "TODO", "title": "Max" }
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.distance_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance filter 1.8.0",
|
||||
"title": "Distance Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
}
|
||||
}
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
|
||||
@@ -3,18 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.height_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height filter 1.8.0",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max"
|
||||
}
|
||||
}
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.height_filter",
|
||||
"title": "Height filter 1.8.0",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
@@ -10,22 +10,10 @@
|
||||
"description": "Herd",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"min_size": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Min size"
|
||||
},
|
||||
"max_size": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Max size"
|
||||
},
|
||||
"min_size": { "type": "integer", "description": "TODO", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "TODO", "title": "Max Size" },
|
||||
"event": { "type": "string", "description": "TODO", "title": "Event" },
|
||||
"event_skip_count": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Event skip count"
|
||||
}
|
||||
"event_skip_count": { "type": "integer", "description": "TODO", "title": "Event Skip Count" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,20 +3,13 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.permute_type",
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"title": "Permute type 1.8.0",
|
||||
"title": "Permute Type 1.8.0",
|
||||
"description": "TODO",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "TODO",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "TODO" },
|
||||
"entity_type": {
|
||||
"type": "string",
|
||||
"title": "Entity type",
|
||||
"description": "TODO"
|
||||
}
|
||||
}
|
||||
"properties": { "weight": { "type": "integer", "title": "Weight", "description": "TODO" }, "entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawn_event",
|
||||
"title": "Spawn event 1.8.0",
|
||||
"title": "Spawn Event 1.8.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"event": {
|
||||
"type": "string",
|
||||
"title": "Event",
|
||||
"description": "TODO"
|
||||
}
|
||||
}
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_lava",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns on lava 1.8.0",
|
||||
"title": "Spawns On Lava 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_on_block_filter",
|
||||
"title": "Spawns on block filter 1.8.0",
|
||||
"title": "Spawns On Block Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_on_block_prevented_filter",
|
||||
"title": "Spawns on block prevented filter 1.8.0",
|
||||
"title": "Spawns On Block Prevented Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_on_surface",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns on surface 1.8.0",
|
||||
"title": "Spawns On Surface 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_underground",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns underground 1.8.0",
|
||||
"title": "Spawns Underground 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns underwater 1.8.0",
|
||||
"title": "Spawns Underwater 1.8.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -5,11 +5,5 @@
|
||||
"type": "object",
|
||||
"title": "Weight 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"default": {
|
||||
"type": "integer",
|
||||
"description": "TODO",
|
||||
"title": "Default"
|
||||
}
|
||||
}
|
||||
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
|
||||
}
|
||||
|
||||
@@ -2,19 +2,15 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0",
|
||||
"type": "object",
|
||||
"title": "Spawn rules 1.8.0",
|
||||
"title": "Spawn Rules 1.8.0",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"const": "1.8.0",
|
||||
"description": "TODO description",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"format_version": { "const": "1.8.0", "description": "TODO description", "title": "TODO Title" },
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn rules",
|
||||
"title": "Spawn Rules",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -24,14 +20,10 @@
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"title": "Identifier",
|
||||
"description": "TODO",
|
||||
"$ref": "../../../general/entity/identifier.json"
|
||||
},
|
||||
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" },
|
||||
"population_control": {
|
||||
"type": "string",
|
||||
"title": "Population control",
|
||||
"title": "Population Control",
|
||||
"description": "TODO",
|
||||
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
|
||||
}
|
||||
|
||||
@@ -2,25 +2,10 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.spawn_rules",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:entity",
|
||||
"population_control": "ambient"
|
||||
},
|
||||
"conditions": [{}]
|
||||
}
|
||||
}
|
||||
{ "format_version": "1.10.0", "minecraft:spawn_rules": { "description": { "identifier": "minecraft:entity", "population_control": "ambient" }, "conditions": [{}] } }
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } },
|
||||
"then": { "$ref": "./1.8.0/spawn_rules.json" }
|
||||
},
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.11.0" } } },
|
||||
"then": { "$ref": "./1.11.0/spawn_rules.json" }
|
||||
}
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/spawn_rules.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.11.0" } } }, "then": { "$ref": "./1.11.0/spawn_rules.json" } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user