Ballast's Bolognese Modpack


This modpack is specially assembled to monumentally increase the intricacy and asperity of the base game with Bob's mods, Angel's mods, Yuoki Industries, Space Exploration, AAI, Logistics Trains, Pyanodons mods and more. Fixed incompatibilities, missing mods and included the better monster stuff.

Mod packs
4 years ago
0.17 - 0.18
39

g Syngas bug

4 years ago

I could not get a chrome ore. Singas looks purple and not yellow.

4 years ago

I fixed them.
Need to add text in a file

%AppData%\Roaming\Factorio\mods\PyCoalTBaA_0.9.8\PyCoalTBaA_0.9.8\prototypes\angels-mods\overrides\overrides.lua

if data.raw.resource['ore-chromium'] ~= nil then
if data.raw.fluid['gas-synthesis'] ~= nil then
data.raw.resource['ore-chromium'].minable.required_fluid = 'gas-synthesis'
end
end

if data.raw.resource['ore-zinc'] ~= nil then
if data.raw.fluid['gas-synthesis'] ~= nil then
data.raw.resource['ore-zinc'].minable.required_fluid = 'gas-synthesis'
end
end

if data.raw.resource['ore-nickel'] ~= nil then
if data.raw.fluid['gas-synthesis'] ~= nil then
data.raw.resource['ore-nickel'].minable.required_fluid = 'gas-synthesis'
end
end

Thank you for your contribution!

New response