diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-06 17:48:07 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-09-06 17:48:07 +0200 |
| commit | 67da8fd538070bcb652538741fcfe89252173abe (patch) | |
| tree | 24053cc0b409a15f562289b8b3effd13f6de4bd0 /src/main/kotlin/features/items | |
| parent | d62ee562abe14cf06275b30411226e440a6ac3a7 (diff) | |
| download | Firmament-67da8fd538070bcb652538741fcfe89252173abe.tar.gz Firmament-67da8fd538070bcb652538741fcfe89252173abe.tar.bz2 Firmament-67da8fd538070bcb652538741fcfe89252173abe.zip | |
feat: add support for mouse button binds
Diffstat (limited to 'src/main/kotlin/features/items')
| -rw-r--r-- | src/main/kotlin/features/items/EtherwarpOverlay.kt | 1 |
1 files changed, 1 insertions, 0 deletions
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, ) ) |
