Updated titles
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": {
|
||||
"type": "boolean",
|
||||
@@ -23,14 +23,14 @@
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
"items": { "$ref": "../../../../general/item/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
"items": { "$ref": "../../../../general/item/identifier.json", "title": "Item" },
|
||||
"title": "Items"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||
"title": "TODO Title"
|
||||
"title": "Within Radius"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"entity_types": {
|
||||
"$ref": "../types/entity_types.json",
|
||||
"description": "List of entities this mob can copy the owner from.",
|
||||
"title": "TODO Title"
|
||||
"title": "Entity Types"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"entity_types": {
|
||||
"$ref": "../types/entity_types.json",
|
||||
"description": "List of entities this mob can copy the owner from.",
|
||||
"title": "TODO Title"
|
||||
"title": "Entity Types"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"entity_types": {
|
||||
"$ref": "../types/entity_types.json",
|
||||
"description": "List of entity types the wither takes into account to find who dealt the most damage to it",
|
||||
"title": "TODO Title"
|
||||
"title": "Entity Types"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.work",
|
||||
"type": "object",
|
||||
"title": "Work 1.8.0",
|
||||
"description": "Allows an entity to navigate and interact with a point of interest that has been assigned as their worksite.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
@@ -11,34 +12,42 @@
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The amount of ticks the NPC will stay in their the work location",
|
||||
"title": "TODO Title"
|
||||
"title": "Active Time"
|
||||
},
|
||||
"can_work_in_rain": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this entity can work when their jobsite POI is being rained on.",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Work In Rain"
|
||||
},
|
||||
"goal_cooldown": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The amount of ticks the goal will be on cooldown before it can be used again",
|
||||
"title": "TODO Title"
|
||||
"title": "Goal Cooldown"
|
||||
},
|
||||
"on_arrival": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to run when the mob reaches their jobsite and finishes working.",
|
||||
"title": "TODO Title"
|
||||
"title": "On Arrival"
|
||||
},
|
||||
"sound_delay_max": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The max interval in which a sound will play",
|
||||
"title": "Sound Delay Maximum"
|
||||
},
|
||||
"sound_delay_min": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The min interval in which a sound will play",
|
||||
"title": "Sound Delay Minimum"
|
||||
},
|
||||
"sound_delay_max": { "type": "integer", "default": 0, "description": "The max interval in which a sound will play", "title": "TODO Title" },
|
||||
"sound_delay_min": { "type": "integer", "default": 0, "description": "The min interval in which a sound will play", "title": "TODO Title" },
|
||||
"work_in_rain_tolerance": {
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "If `can_work_in_rain` is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal",
|
||||
"title": "TODO Title"
|
||||
"title": "Work In Rain Tolerance"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user