diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-10-13 18:59:38 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-10-13 18:59:38 +0200 |
| commit | 584955e8f857f1f919bc1485d811ee5d6dbd688c (patch) | |
| tree | 0ef871067e6cb647b3bd7db595d6eefd9f94af31 /src/main | |
| parent | 8d14ea329584924c51c5dc80720ddb829a289396 (diff) | |
| download | Firmament-584955e8f857f1f919bc1485d811ee5d6dbd688c.tar.gz Firmament-584955e8f857f1f919bc1485d811ee5d6dbd688c.tar.bz2 Firmament-584955e8f857f1f919bc1485d811ee5d6dbd688c.zip | |
fix: wrong pickles hitbox in etherwarp overlay
Diffstat (limited to 'src/main')
| -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 ba712b3..51bc252 100644 --- a/src/main/kotlin/features/items/EtherwarpOverlay.kt +++ b/src/main/kotlin/features/items/EtherwarpOverlay.kt @@ -105,6 +105,7 @@ object EtherwarpOverlay { Blocks.PALE_MOSS_CARPET, Blocks.COCOA, Blocks.LADDER, + Blocks.SEA_PICKLE, ), setOf( BlockTags.FLOWER_POTS, |
