Adds the ability to dig the underground, move item and fluids between surfaces and blow away pollution.
Mods introducing new content into the game.
Map generation and terrain modification.
New Ores and resources as well as machines.
What do you think about making subsurface completely dark, no daytime? Is that even possible to force a surface to have no light unless provided by lamps?
There is always night already
I'm looking at a subsurface right now, no lamps and it's pretty well lit for me. I don't see that documented anywhere. Can you ellaborate?
For your reference: https://imgur.com/GCfOUkY
Which mods are you using? In the code, its definitely set to night:
subsurface = game.create_surface(subsurface_name, mgs) subsurface.daytime = 0.5 subsurface.freeze_daytime = true
Ok, I see. I was testing this mod in a editor extensions mode. I went to sandbox mode to try it and now I see how it is dark by default, sorry!