From 67da8fd538070bcb652538741fcfe89252173abe Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 6 Sep 2025 17:48:07 +0200 Subject: feat: add support for mouse button binds --- src/main/kotlin/features/items/EtherwarpOverlay.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/features/items') diff --git a/src/main/kotlin/features/items/EtherwarpOverlay.kt b/src/main/kotlin/features/items/EtherwarpOverlay.kt index 622ab4a..8893339 100644 --- a/src/main/kotlin/features/items/EtherwarpOverlay.kt +++ b/src/main/kotlin/features/items/EtherwarpOverlay.kt @@ -71,6 +71,7 @@ object EtherwarpOverlay : FirmamentFeature { BlockTags.DOORS, BlockTags.TRAPDOORS, BlockTags.ANVIL, + BlockTags.FENCE_GATES, ) ) -- cgit