diff --git a/guide.lua b/guide.lua index 063189d..a2be889 100644 --- a/guide.lua +++ b/guide.lua @@ -126,6 +126,29 @@ local pages={ Picture 1. Compressor compressing Plantball into Compressed Plantball ]] + }, + + { + name="electricFurnace", + title=S("Electric Furnace"), + icon="industrialtest:electric_furnace", + content=[[ + Electric Furnace + + Electric Furnace like regular furnace can be used to smelt items. The difference is that Electric Furnace is slightly faster even without any upgrades and, well, it's electric so it doesn't require fuel. + + + -------------------------------- + | Input voltage level | LV | + | Power per operation | 60 EU | + | Power capacity | 416 EU | + | Default efficiency | 0.5 | + -------------------------------- + Figure 1. Machine information for Electric Furnace + + + Picture 1. Electric Furnace smelting Iron Dust into Iron Ingot + ]] } } @@ -163,7 +186,8 @@ local function getGuideFormspec(playerName,pageName) if page.name==pageName then local content=preprocessHypertext(page.content,{ IMAGE_WIDTH=550, - ITEM_HEIGHT=16 + ITEM_HEIGHT=16, + elementKeyIronIngot=industrialtest.elementKeys.ironIngot }) table.insert(formspec,string.format("hypertext[4.2,0.4;10.7,10.3;content;%s]",content)) break diff --git a/textures/industrialtest_guide_electric_furnace.png b/textures/industrialtest_guide_electric_furnace.png new file mode 100644 index 0000000..383e589 Binary files /dev/null and b/textures/industrialtest_guide_electric_furnace.png differ