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.

30 lines
728 B
JSON

{
"hidden": true,
"type": "origins:night_vision",
"retain_state": false,
"strength": 1.0,
"key": {
"key": "key.origins.primary_active",
"continuous": false
},
"condition": {
"type": "origins:and",
"conditions": [
{
"type": "origins:submerged_in",
"fluid": "minecraft:water",
"inverted": true
},
{
"type": "apoli:food_level",
"comparison": ">",
"compare_to": 6
},
{
"type": "origins:power_active",
"power": "feathermc:night_vision_concentrate"
}
]
}
}