Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Fix some water plants not being waterlogged
Dieser Commit ist enthalten in:
Ursprung
29dacd2397
Commit
9db1dd10d2
@ -290,7 +290,8 @@ public final class BlockRegistryPopulator {
|
||||
}
|
||||
|
||||
boolean waterlogged = blockState.getValue(Properties.WATERLOGGED, false)
|
||||
|| block == Blocks.BUBBLE_COLUMN || block == Blocks.KELP || block == Blocks.SEAGRASS;
|
||||
|| block == Blocks.BUBBLE_COLUMN || block == Blocks.KELP || block == Blocks.KELP_PLANT
|
||||
|| block == Blocks.SEAGRASS || block == Blocks.TALL_SEAGRASS;
|
||||
|
||||
if (waterlogged) {
|
||||
BlockRegistries.WATERLOGGED.get().set(javaRuntimeId);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren