diff --git a/guide.lua b/guide.lua
index c7d0851..0354528 100644
--- a/guide.lua
+++ b/guide.lua
@@ -448,6 +448,30 @@ local pages={
||Picture 1. Induction Furnace smelting - Copper Dust and
- Iron Dust into
- Copper Ingot and
- Iron Ingot.||
]]
}
+ },
+
+ {
+ name="ironFurnace",
+ title=S("Iron Furnace"),
+ icon="industrialtest:iron_furnace",
+ content={
+ [[
+ ||Iron Furnace||
+
+ ||Iron Furnace works in similar way to regular furnace but it smelts items faster.||
+
+ ]],
+ createMachineInformationTable({
+ {
+ name="recipe",
+ value="Smelting"
+ }
+ },S("Iron Furnace")),
+ [[
+
+ ||Picture 1. Iron Furnace smelting - Iron Dust into
- Iron Ingot using
- Coal.||
+ ]]
+ }
}
}
diff --git a/textures/industrialtest_guide_iron_furnace.png b/textures/industrialtest_guide_iron_furnace.png
new file mode 100644
index 0000000..d75fe09
Binary files /dev/null and b/textures/industrialtest_guide_iron_furnace.png differ