Dark Matter Replicators .18+


This mod adds replicators, machines which can produce items using nothing but electricity. Lower tiers of replicators are the most energy efficient and can essentially transform depleted, empty land into a resource. Higher tier replicators can simplify production lines or otherwise act as a convenience. Tier 1 replicators can replace depleted mining drills, allowing your expansion to be for growth rather than necessity.

Content
3 months ago
0.18 - 1.1
11.5K
Manufacturing

g Adding DMR Mid Game

2 years ago

Is there a way to respawn the Tenemut in this mod in an already built world?

I am running the RSO mod. tried the regenerate command but couldn't see any tenemut

2 years ago

The ore is called dmr18-tenemut , if that was the problem.

The way without RSO would be:
/c game.player.surface.regenerate_entity("dmr18-tenemut")
If that did not work, the surface might not have the default ore settings enabled (which is likely with RSO). One could try:

/c
local surface = game.player.surface
local mgs = surface.map_gen_settings
mgs.autoplace_controls["dmr18-tenemut"] = {size = 1, frequency = 1, richness = 1}
surface.map_gen_settings = mgs
surface.regenerate_entity("dmr18-tenemut")

That'd bypass RSO though, probably

New response