Primitive Foundry


Adds a primitive foundry without the inherent productivity bonus that only requires logistics science to research. Intended for inclusion with challenge mod packs such as starting on Vulcanus with Any Planet Start.

Content
4 months ago
2.0
205

b Does not work with No Lava In Pipes mod

2 months ago

The mod No Lava In Pipes (https://mods.factorio.com/mod/NoLavaInPipes) tries to update all assembling-machines to accept fluids with the new lava-category.
This happens during data-update, so other mods can add assembling-machines during the data stage.
But your mod adds all its prototypes during the data-update stage, so No Lava In Pipes can not update your entities.

You can fix this by renaming the 'data-updates.lua' file to 'data.lua' or by adding NoLavaInPipes as optional dependency to your mod.

New response