Updated
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "Filter out mob types that it should not attack while angry (other Piglins)",
|
||||
"title": "Filters"
|
||||
"description": "Filter out mob types that it should not attack while angry (other Piglins)"
|
||||
},
|
||||
"broadcast_range": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
"properties": {
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "The list of conditions that must be satisfied before the Actor is despawned. If a filter is defined then standard despawn rules are ignored.",
|
||||
"title": "Filters"
|
||||
"description": "The list of conditions that must be satisfied before the Actor is despawned. If a filter is defined then standard despawn rules are ignored."
|
||||
},
|
||||
"despawn_from_chance": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
"properties": {
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "The list of conditions that must be satisfied for other entities to be counted towards group size.",
|
||||
"title": "Filters"
|
||||
"description": "The list of conditions that must be satisfied for other entities to be counted towards group size."
|
||||
},
|
||||
"radius": { "type": "number", "default": 16, "description": "Radius from center of entity.", "title": "Radius" }
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
},
|
||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "TODO Title" }
|
||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sway Amplitude" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"name_actions": {
|
||||
"type": "object",
|
||||
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
|
||||
"title": "TODO Title",
|
||||
"title": "Name Actions",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_named": {
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "The list of conditions for this trigger to execute.",
|
||||
"title": "Filters"
|
||||
"description": "The list of conditions for this trigger to execute."
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "The list of conditions for this trigger",
|
||||
"title": "Filters"
|
||||
"description": "The list of conditions for this trigger"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" },
|
||||
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" },
|
||||
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "Event" },
|
||||
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "Filters" },
|
||||
"target": {
|
||||
"type": "string",
|
||||
"$ref": "../../filters/filters/types/subject.json",
|
||||
"default": "self",
|
||||
"description": "The target of the event",
|
||||
"title": "TODO Title"
|
||||
"title": "Target"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,8 +52,7 @@
|
||||
},
|
||||
"filters": {
|
||||
"description": "If present, the specified entity will only spawn if the filter evaluates to true",
|
||||
"$ref": "../../filters/filters.json",
|
||||
"title": "Filters"
|
||||
"$ref": "../../filters/filters.json"
|
||||
},
|
||||
"single_use": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user