From 09316a5bc3d7c91de3a6e3c3b0d7ef3732fa5e01 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 6 Sep 2025 00:46:41 +0200 Subject: fix: improve etherwarp lists more [no changelog] --- src/main/kotlin/features/items/EtherwarpOverlay.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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, ) ) -- cgit