Water Turret

by Pi-C

This mod provides an early game Water thrower that does minimal damage but slows down the enemies (use steam for extra damage!) and an advanced turret for extinguishing fires (use "Hardened pipes" to give it extra resistances!).

Content
3 years ago
0.17 - 1.1
5.53K
Combat

b [Fixed?] Crash - Placement by Construction Drone

3 years ago

Error: https://imgur.com/a/9XGKDLI

While using the construction drones mod it crashes when trying to build entities with the drones.

3 years ago

Please open control.lua and edit line 642. It should work if you replace

        on_built( {["created_entity"] = entity} )

with

        on_built( {["created_entity"] = entity, tick = event.tick} )

Does it?

3 years ago
(updated 3 years ago)

On testing, this seems to work. There's yet another issue I'm working on, so please apply this change for now! :-)

3 years ago

I was more doing a early game play through to tweak some stuff in my mods and just happened to find that so it's not a big deal to me :p appreciate the quick fix though.

3 years ago

Do you mean line 652?

3 years ago

Do you mean line 652?

Yes. Either it was a typo or I've looked at an edited version of the original file where some lines have been moved/removed so the numbering was off.

3 years ago

Please try version 0.18.4! Sorry, I've got sidetracked and didn't get to work on this mod lately. I hope that it works now and that I didn't forget anything … :-)

New response