Beacon Productivity and Quality for Space Age


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

Tweaks
10 months ago
2.0
3.39K
Manufacturing Cheats

i posible fix for beacon rebalance

9 months ago

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

6 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