diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-06 00:46:41 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-09-06 00:46:41 +0200 |
| commit | 09316a5bc3d7c91de3a6e3c3b0d7ef3732fa5e01 (patch) | |
| tree | 8a31def5c143f39ce739578151b8c16d6e0bfe6d | |
| parent | 85b71d2a406c3c580dfd9af45ccfeef49b35581d (diff) | |
| download | Firmament-09316a5bc3d7c91de3a6e3c3b0d7ef3732fa5e01.tar.gz Firmament-09316a5bc3d7c91de3a6e3c3b0d7ef3732fa5e01.tar.bz2 Firmament-09316a5bc3d7c91de3a6e3c3b0d7ef3732fa5e01.zip | |
fix: improve etherwarp lists more
[no changelog]
| -rw-r--r-- | src/main/kotlin/features/items/EtherwarpOverlay.kt | 2 |
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, ) ) |
