Renamed night_vision.json to dark_vision.json

Renamed the file to reflect the power name better
main
Pandro 4 days ago
parent a575422b5d
commit e7f0645b6b
Signed by: pandro
SSH Key Fingerprint: SHA256:iBUZSuDxqYr4hYpe9U3BA9NJmXKpbGt4H0S8hUwIbrA

@ -6,7 +6,7 @@
"feathermc:armor_slow",
"feathermc:dark_sleep",
"feathermc:blinding_lights",
"feathermc:night_vision"
"feathermc:dark_vision"
],
"order": 1,
"impact": 2

@ -0,0 +1,11 @@
{
"type": "origins:night_vision",
"strength": 0.5,
"name": "Darkvision",
"description": "You can see in the dark. Somewhat.",
"condition": {
"type": "origins:brightness",
"comparison": "<=",
"compare_to": 0.3
}
}
Loading…
Cancel
Save