Beacon Productivity and Quality for Space Age


Allows productivity and quality modules to be used in beacons. Very questionable balance.

Tweaks
9 months ago
2.0
3.26K
Manufacturing Cheats

i posible fix for beacon rebalance

8 months ago

The mod works with the mentioned, but only the first tier. tier 2 and 3 cant be used with quality nor production

5 months ago

Here I have patched it a bit as this mod uses a "static replace anything with new". It now only adds productivity and quality to each beacon:

for _, beacon in pairs(data.raw["beacon"]) do
    table.insert(beacon, "productivity")
    table.insert(beacon, "quality")
end

I also reformatted info.json a bit:

  "dependencies": [
    "base >= 2.0",
    "? space-age",
    "quality"
  ]

Maybe you can try this fix?

New response