Updated
This commit is contained in:
@@ -15,22 +15,22 @@
|
||||
"title": "Explore Dist"
|
||||
},
|
||||
"wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around `searching` for POIs", "title": "Wait Time" },
|
||||
"next_xz": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"next_y": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"min_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_travel_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_perimeter": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_dist_from_target": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"timer_ratio": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"next_xz": { "title": "Next XZ", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"next_y": { "title": "Next Y", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"min_wait_time": { "title": "Minimum Wait Time", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_wait_time": { "title": "Maximum Wait Time", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_travel_time": { "title": "Maximum Travel Time", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_perimeter": { "title": "Minimum Perimeter", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_dist_from_target": { "title": "Minimum Distance From Target", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"timer_ratio": { "title": "Timer Ratio", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"dist_from_boundary": {
|
||||
"title": "TODO",
|
||||
"title": "Distance From Boundary",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }
|
||||
{ "title": "X", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "Y", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "Z", "description": "UNDOCUMENATED", "type": "number" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,31 +11,31 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will not go into water blocks when going towards a mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Avoid Water"
|
||||
},
|
||||
"mount_distance": {
|
||||
"type": "number",
|
||||
"default": -1,
|
||||
"description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance",
|
||||
"title": "TODO Title"
|
||||
"title": "Mount Distance"
|
||||
},
|
||||
"start_delay": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Time the mob will wait before starting to move towards the mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Start Delay"
|
||||
},
|
||||
"target_needed": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will only look for a mount if it has a target",
|
||||
"title": "TODO Title"
|
||||
"title": "Target Needed"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks within which the mob will look for a mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Within Radius"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"title": "Format Version",
|
||||
"type": "string",
|
||||
"const": "1.8.0",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"required": ["description"],
|
||||
"dependencies": { "component_groups": ["events"] },
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"required": ["identifier"],
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
"type": "object",
|
||||
"description": "Trigger to fire",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"event": { "type": "string", "description": "Event", "title": "Event To Fire" },
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "The filters to check to determine if the event should be fired",
|
||||
"title": "TODO Title"
|
||||
"title": "Filters"
|
||||
},
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"required": ["format_version"],
|
||||
"additionalProperties": false,
|
||||
"minProperties": 2,
|
||||
"type": "object",
|
||||
"title": "Recipe",
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -6,7 +6,11 @@
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
"format_version": { "const": "1.17.0", "description": "UNDOCUMENTATED", "title": "Format Version" },
|
||||
"format_version": {
|
||||
"const": "1.17.0",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
||||
"title": "Format Version"
|
||||
},
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn Rules",
|
||||
|
||||
@@ -6,7 +6,11 @@
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:spawn_rules"],
|
||||
"properties": {
|
||||
"format_version": { "const": "1.8.0", "description": "UNDOCUMENTATED", "title": "Format Version" },
|
||||
"format_version": {
|
||||
"const": "1.8.0",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
||||
"title": "Format Version"
|
||||
},
|
||||
"minecraft:spawn_rules": {
|
||||
"type": "object",
|
||||
"title": "Spawn Rules",
|
||||
|
||||
@@ -3,11 +3,10 @@
|
||||
"type": "array",
|
||||
"title": "Version Numbering",
|
||||
"description": "A version made of 3 numbers",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"examples": [[1, 0, 0]],
|
||||
"items": [
|
||||
{ "type": "number", "minimum": 1 },
|
||||
{ "type": "number", "minimum": 0 },
|
||||
{ "type": "number", "minimum": 0 }
|
||||
{ "type": "number", "minimum": 1, "title": "" },
|
||||
{ "type": "number", "minimum": 0, "title": "Major" },
|
||||
{ "type": "number", "minimum": 0, "title": "Minor" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"format_version": {
|
||||
"type": "array",
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
||||
"title": "Format Version"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"required": ["format_version", "minecraft:item"],
|
||||
"title": "Item",
|
||||
"description": "Minecraft items 1.10.0",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "Format Version",
|
||||
|
||||
Reference in New Issue
Block a user