Balanced Waterfill

by Kabinet

Adds a more balanced counterpart to other, popular waterfill mods. Keeps buildings, spidertrons, cliffs, and other entities safe from being destroyed by waterfill, while still letting you use offshore pumps wherever you like. Highly configurable, and fully compatible with several popular mods including Space Exploration and Cargo Ships. Walkable to prevent you from making impenetrable defenses.

Content
2 years ago
1.1
6.73K
Environment

g Cannot Place on Landfill When Alien biomes installed

2 years ago

Hello. Just letting you know that when alien biomes is installed I cannot place waterfill on landfill. I have the latest version of both these mods and I've tested it with only them enabled. Do you know a solution to this beyond disabling alien biomes?

2 years ago

My temp fix for this is removing the "resource-layer" condition under local waterfill in the waterfill.lua file.

condition = {"item-layer", "object-layer", "water-tile", "resource-layer","player-layer", "transport-belt-layer", "train-layer"}
to
condition = {"item-layer", "object-layer", "water-tile", "player-layer", "transport-belt-layer", "train-layer"}

New response