Early 3x3 Electric Furnaces

by V453000

Adds 3x3 tile electric furnaces available early.

Content
1 year, 3 months ago
0.18 - 2.0
14.5K
Manufacturing

g Stone blocks

3 years ago
(updated 3 years ago)

Hi

Stone bricks don't seem to be able to be made in the furnaces, can you by any chance sort this, many thanks.

I have looked at this further and I think it is something to do with space exploration, not your mod.

6 months ago

I've this same issue with the new 2.0 update i don't know if they V453000 plans to fix it, but i figured i'd mention it. (i have space exploration installed likewise)

10 days ago

This is happening because Space Exploration adds a new recipe category called 'kiln' and modifies the base smelting.
For anyone wanting to get this mod working with Space Exploration, add a file in the mod zip called "data-final-fixes.lua". This file should sit right next to the data.lua file
Add the following text to the file:

if mods["space-exploration"] then
    table.insert(data.raw["furnace"]["primitive-electric-furnace"].crafting_categories, "kiln")
    table.insert(data.raw["furnace"]["basic-electric-furnace"].crafting_categories, "kiln")
end

New response