aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/kotlin/features/items/EtherwarpOverlay.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/features/items/EtherwarpOverlay.kt b/src/main/kotlin/features/items/EtherwarpOverlay.kt
index 573160f..622ab4a 100644
--- a/src/main/kotlin/features/items/EtherwarpOverlay.kt
+++ b/src/main/kotlin/features/items/EtherwarpOverlay.kt
@@ -105,6 +105,7 @@ object EtherwarpOverlay : FirmamentFeature {
Blocks.MOSS_CARPET,
Blocks.PALE_MOSS_CARPET,
Blocks.COCOA,
+ Blocks.LADDER,
),
setOf(
BlockTags.FLOWER_POTS,
@@ -115,6 +116,7 @@ object EtherwarpOverlay : FirmamentFeature {
setOf(), setOf(
// Wall signs have a hitbox
BlockTags.ALL_SIGNS, BlockTags.ALL_HANGING_SIGNS,
+ BlockTags.BANNERS,
)
)