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
1 year, 6 months ago
1.1
6.68K
Environment

g Cannot Place on Landfill When Alien biomes installed

1 year, 4 months 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?

1 year, 4 months 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