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.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" } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user