Tarawind Beacons RELOAD


A reupload of Kane.Nexus' outdated Tarawind Beacons mod, which added 7 tiers of powerful beacons that accept productivity modules (optional).

Utilities
a month ago
0.15 - 1.1
4.27K

i 16.23

6 years ago

Thanks to the "fix" the only way to make the beacons work as intended again is to remove the productivity limitation completely.
I'm about to upload a tiny mod that does only that, but you could add the same line of code to your mod for the fix.
-- Productivity fix
for k, v in pairs(data.raw.module) do
if v.name:find("productivity%-module") then
v.limitation = nil -- empty limitation table
v.limitation_message_key = nil
end
end

New response