Geothermal Vents


Adds geothermal vents, for steam capture.

4 years ago
0.17 - 0.18
18

g On game load, mod prints weird message in chat

4 years ago

Took me a long time to figure out which mod was posting a message in chat every time I loaded my game (which, as a modder, is hundreds of times a week, lol).

control.lua
line 13
game.print(serpent.line(global.is_solid))
comment out this line, change it to:
-- game.print(serpent.line(global.is_solid))

New response