The Shallows

by kafoaai

2 types of traversable shallow water types will be generated on the shoreline.

Tweaks
10 months ago
1.1
2.19K
Environment

b Blue Shallow Vegetation Setting [fixed]

1 year, 24 days ago

Love the mod! Got a bug for ya: Blue Shallows Vegetation doesn't toggle off or on based on settings and that's because line 120 in water-autoplace.lua has a typo/error:

 blue_shallow_vegetation = settings.startup["ts-water-mud-distance"].value,

should be

 blue_shallow_vegetation = settings.startup["ts-water-mud-vegetation"].value,
1 year, 21 days ago

Hi there! Thank you for giving the mod a spin, I hope you enjoy it!

You are right with the bug report, but the fix was a bit more involved. Simply fixing the typo did not really fix the problem for me. Anyhow after some trial end error I think the issue is now gone. I have released 1.0.2 which now should be working as intended.

1 year, 21 days ago

Rock on! Thanks for the effort, it's appreciated!

New response