You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
477 B
JSON
18 lines
477 B
JSON
{
|
|
"type": "origins:prevent_sleep",
|
|
"condition": {
|
|
"type": "origins:brightness",
|
|
"comparison": ">=",
|
|
"compare_to": 0.1
|
|
},
|
|
"name": "Dark Slumber",
|
|
"description": "Adapted to dark environments you're uncomfortable in the light. You can only sleep in dark environments.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/coal.png",
|
|
"text": "You can only sleep when standing in a very dark spot."
|
|
}
|
|
]
|
|
}
|