launch_action | Launches the player upward when they sneak | PLAYER_INTERACT | mdi:rocket-launch | launchPower: Double = 2.0 |
elytra_boost_action | Periodic elytra speed boost on right-click while gliding | PLAYER_INTERACT | mdi:bird | boostMultiplier: Double = 1.5 |
elytra_shield_action | Elytra absorbs damage while gliding | PLAYER_DEFEND | mdi:shield-airplane | absorption: Double = 0.5 (50% damage reduction) |
soulbound_action | Keeps the enchanted item on death | PLAYER_DEATH | mdi:link-variant | None |
curse_of_sluggishness_action | Slows the player when holding the item | ITEM_CONSUME | mdi:turtle | slownessAmplifier: Int = 1 |
curse_of_vulnerability_action | Increases damage taken while holding the item | PLAYER_DEFEND | mdi:skull-crossbones | vulnerabilityMultiplier: Double = 1.5 |
aquatic_speed_action | Increases swim speed while in water | PLAYER_MOVE | mdi:fish | speedMultiplier: Double = 2.0 |
lava_walker_action | Walk on lava by creating temporary blocks | PLAYER_MOVE | mdi:fire | walkDuration: Int = 60 (ticks before block disappears) |
gearing_action | Auto-equips armor when empty armor slots are available | ARMOR_EQUIP | mdi:tshirt-crew | None |
feeder_action | Automatically feeds the player from inventory when hungry | ITEM_CONSUME | mdi:food-apple | hungerThreshold: Int = 10 |