Updated
This commit is contained in:
@@ -8,29 +8,29 @@
|
||||
"dried_out_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to fire when the drying out time runs out.",
|
||||
"title": "dried out event"
|
||||
"title": "Dried Out Event"
|
||||
},
|
||||
"recover_after_dried_out_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to fire when entity was already dried out but received increase in water supply.",
|
||||
"title": "recover after dried out event"
|
||||
"title": "Recover After Dried Out Event"
|
||||
},
|
||||
"stopped_drying_out_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to fire when entity stopped drying out, for example got into water or under rain.",
|
||||
"title": "stopped drying out event"
|
||||
"title": "Stopped Drying Out Event"
|
||||
},
|
||||
"total_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Amount of time in seconds to dry out fully.",
|
||||
"title": "total time"
|
||||
"title": "Total Time"
|
||||
},
|
||||
"water_bottle_refill_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Optional amount of additional time in seconds given by using splash water bottle on entity.",
|
||||
"title": "water bottle refill time"
|
||||
"title": "Water Bottle Refill Time"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Defines the families this entity belongs to.",
|
||||
"required": ["family"],
|
||||
"examples": [{ "family": ["monster"] }, { "family": ["mob"] }, { "family": ["animal"] }, { "family": ["npc"] }],
|
||||
"examples": [{ "family": [] }, { "family": ["monster"] }, { "family": ["mob"] }, { "family": ["animal"] }, { "family": ["npc"] }],
|
||||
"properties": {
|
||||
"family": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user