Make any block waterloggable.
Vanilla Minecraft only lets certain blocks (slabs, stairs, fences, etc.) be waterlogged. This mod removes that limitation — configure any block to support waterlogging through a simple config file.
/cw toggle, /cw reload, and /cw status for quick managementFound in configurablewaterlogging-common.toml:
waterloggable_blocks — List of block IDs (e.g. "minecraft:stone")waterloggable_tags — Block tags (e.g. "minecraft:fences")blacklist — Blocks to excludeskip_native_waterloggable — Skip blocks that are already waterloggable (default: true)enable_commands — Toggle in-game commandscommand_permission_level — Who can use commands (0 = all, 2 = ops)| Command | Description |
|---|---|
/cw toggle |
Toggle waterlogging on the block you're looking at |
/cw reload |
Reload the configuration |
/cw status |
Show how many blocks are configured |