diff --git a/data/feathermc/powers/dark_vision.json b/data/feathermc/powers/dark_vision.json index 4d5958b..93bde29 100644 --- a/data/feathermc/powers/dark_vision.json +++ b/data/feathermc/powers/dark_vision.json @@ -3,6 +3,11 @@ "name": "Dark Vision", "description": "You can at will see in the dark. But only if you're not too hurt.", "badges": [ + { + "type": "origins:keybind", + "sprite": "origins:textures/gui/badge/toggle.png", + "text" : "Trigger with %s!" + }, { "type": "origins:tooltip", "sprite": "minecraft:textures/gui/sprites/hud/heart/full.png", diff --git a/data/feathermc/powers/frail_flight.json b/data/feathermc/powers/frail_flight.json index cf060b0..d2d098f 100644 --- a/data/feathermc/powers/frail_flight.json +++ b/data/feathermc/powers/frail_flight.json @@ -25,7 +25,7 @@ "condition": { "type": "origins:health", "comparison": ">=", - "compare_to": 20 + "compare_to": 19 } }, "prevent_boost": {