aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-10-13 19:34:25 +0200
committerLinnea Gräf <nea@nea.moe>2025-10-13 19:34:25 +0200
commita7274d6fea21d5c1d56c2f2dfc896be9007ae6f5 (patch)
treed553b2923edfdef3f2d0f056946b5b38173fc607 /src/main
parent631ad8812627c6cb9f7bafed4abbd6c7c27f822d (diff)
downloadFirmament-a7274d6fea21d5c1d56c2f2dfc896be9007ae6f5.tar.gz
Firmament-a7274d6fea21d5c1d56c2f2dfc896be9007ae6f5.tar.bz2
Firmament-a7274d6fea21d5c1d56c2f2dfc896be9007ae6f5.zip
fix: make levers interactable in etherwarp
Diffstat (limited to 'src/main')
-rw-r--r--src/main/kotlin/features/items/EtherwarpOverlay.kt1
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 650b315..5f32a96 100644
--- a/src/main/kotlin/features/items/EtherwarpOverlay.kt
+++ b/src/main/kotlin/features/items/EtherwarpOverlay.kt
@@ -65,6 +65,7 @@ object EtherwarpOverlay {
Blocks.DROPPER,
Blocks.BREWING_STAND,
Blocks.TRAPPED_CHEST,
+ Blocks.LEVER,
),
setOf(
BlockTags.DOORS,