diff --git a/datapack/data/feathermc/powers/frail_flight.json b/datapack/data/feathermc/powers/frail_flight.json index 299a190..23bb0c1 100644 --- a/datapack/data/feathermc/powers/frail_flight.json +++ b/datapack/data/feathermc/powers/frail_flight.json @@ -1,11 +1,23 @@ { - "type": "origins:elytra_flight", + "type": "origins:multiple", "name": "Frail Flight", "description": "Able to use your wings to glide but only when you're not hurt.", - "render_elytra": true, - "condition": { - "type": "origins:health", - "comparison": ">=", - "compare_to": 20 + "frail_flight": { + "type": "origins:elytra_flight", + "render_elytra": true, + "condition": { + "type": "origins:health", + "comparison": ">=", + "compare_to": 20 + } + }, + "prevent_boost": { + "type": "origins:prevent_item_use", + "item_condition": { + "type": "origins:ingredient", + "ingredient": { + "item": "minecraft:firework_rocket" + } + } } }