PyCoal Touched By an Angel


Seven Mods for the Arch666Angel under the sky, Seventeen for the Bobingabout in their halls of stone, Nine for Pyanodon doomed to die, One for the Dark Lord on his dark throne, In the Land of Mordor where the Shadows lie, One Mod to rule them all, one Mod to find them, One Mod to bring them all and in the darkness bind them

Tweaks
2 months ago
0.15 - 1.1
3.63K

b Electrolyzer MK1 is missing

4 years ago

There are recipes for MK2, MK3 and Mk4 but no MK1
There is a building that needs the MK1 in it's recipe.

Playing with AngelPyBobs

4 years ago

Finally, i have a fix for this issue : go to the mod folder and open the .lua file at \prototypes\bobs-mods\overrides

Paste this function after the line 285 :
fun.global_item_replacer("electrolyser", "electrolyser-mk01")

I am aware that this is a poor fix, but I prefer let the author make a better repair himself.

4 years ago

@Rohm
This fix did not work for me, so i removed the pre requisites for Bob's Elezctrolyser.

4 years ago

@Rohm
This fix did not work for me too.

in the same file there are such lines:

if mods['angelspetrochem'] then
--remove tech from tree
fun.tech_remove('electrolysis-1', true)
fun.tech_remove('electrolysis-2', true)
fun.tech_remove('electrolysis-3', true)
fun.tech_remove('electrolysis-4', true)
fun.tech_remove('nickel-processing', true)
end

I commented:
--fun.tech_remove ('electrolysis-1', true)

at first glance it helped

New response