Refactor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.biome_filter",
|
||||
"title": "Biome Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/1.16.0/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/1.16.0/filters.json" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.brightness_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"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 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.density_limit",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density Limit 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": { "surface": { "type": "integer", "description": "TODO", "title": "Surface" }, "underground": { "type": "integer", "description": "TODO", "title": "Underground" } }
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.difficulty_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Difficulty Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.distance_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Distance Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" }, "max": { "type": "integer", "description": "TODO", "title": "Max" } }
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
"type": "object",
|
||||
"title": "Herd",
|
||||
"description": "Herd",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/herd" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/herd" } }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.permute_type",
|
||||
"additionalProperties": false,
|
||||
"type": "array",
|
||||
"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" } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event",
|
||||
"title": "Spawn Event 1.8.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } }
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_lava",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Lava 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_filter",
|
||||
"title": "Spawns On Block Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_prevented_filter",
|
||||
"title": "Spawns On Block Prevented Filter 1.8.0",
|
||||
"description": "TODO",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_surface",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns On Surface 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_underground",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Spawns Underground 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": {}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_underwater",
|
||||
"title": "Spawns Underwater 1.8.0",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.weight",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Weight 1.8.0",
|
||||
"description": "TODO",
|
||||
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } }
|
||||
}
|
||||
Reference in New Issue
Block a user