Stone Water Well

by steinio

Fresh water anywhere.

Content
3 years ago
0.14 - 1.1
35.6K
Manufacturing

g 0.18.10 breaking changes

4 years ago

Hello, I just found out upcoming 0.18.10 changes break this mod as in - it makes water well unbuildable.

- Added optional offshore pump prototype properties min_perceived_performance, adjacent_tile_collision_box, adjacent_tile_collision_mask and center_collision_mask.
- Changed offshore pump graphics definition. Old definition will still be accepted, but is deprecated.

adding waterwell.adjacent_tile_collision_mask = nil fixes it
(the already existing adjacent_tile_collision_test passes buildability check when adjacent tiles have at least one of the specified collision layers, while new adjacent_tile_collision_mask passes buildability check only when adjacent tiles have none of the specified collision layers)

There will be also changes in graphics definitions, but this one might have given you a headache to figure out.

4 years ago

Thank you for the warning, now i go crying in the corner :)

4 years ago

I'm crying too :'( Waiting a fix

4 years ago

So ok with added waterwell.adjacent_tile_collision_mask = nil it looks working.

The graphics change seems not to be mandatoy now...

4 years ago

Thanks for the quick fix!!!!

4 years ago

Still a little issue about the sprite... There are like 2 blue bars in the middle https://imgur.com/a/eKtvRJJ

4 years ago

Ok, i fixed the graphics. The new waterpump graphic is such complicated combined with several layers which i needed to remove.