diff --git a/guide.lua b/guide.lua index 2204d75..e6b759d 100644 --- a/guide.lua +++ b/guide.lua @@ -1156,6 +1156,34 @@ local pages={ ||Picture 2. Water Mill in water.|| ]] } + }, + + { + name="windMill", + title=S("Wind Mill"), + icon="industrialtest:wind_mill", + content={ + [[ + ||Wind Mill|| + + ||Wind Mill can be used to produce energy from wind moving it's fan. The amount of produced power depends on height where Wind Mill is put, the higher the more power and it is indicated by icon in formspec. Wind Mill can't be put next to any node or otherwise it won't produce power.|| + + ]], + createMachineInformationTable({ + { + name="outputVoltage", + value="LV" + }, + { + name="powerCapacity", + value=string.format("%d EU",industrialtest.WindMill.capacity) + } + },S("Wind Mill")), + [[ + + ||Picture 1. Wind Mill producing some power.|| + ]] + } } } diff --git a/textures/industrialtest_guide_wind_mill.png b/textures/industrialtest_guide_wind_mill.png new file mode 100644 index 0000000..d50771b Binary files /dev/null and b/textures/industrialtest_guide_wind_mill.png differ