Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.insomnia.json
2021-07-01 16:32:59 +02:00

17 lines
516 B
JSON

{
"$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": "Days Until Insomnia"
}
}
}