13 lines
518 B
JSON
13 lines
518 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.insomnia",
|
|
"description": "Adds a timer since last rested to see if phantoms should spawn.",
|
|
"type": "object",
|
|
"title": "Insomnia 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"days_until_insomnia": { "type": "number", "default": 3, "description": "Number of days the mob has to stay up until the insomnia effect begins.", "title": "TODO Title" }
|
|
}
|
|
}
|