diff --git a/guide.lua b/guide.lua index f59a72d..38d5a95 100644 --- a/guide.lua +++ b/guide.lua @@ -1105,6 +1105,38 @@ local pages={ ||Picture 1. Electric Furnace connected to MV Solar Array through LV Transformer.|| ]] } + }, + + { + name="waterMill", + title=S("Water Mill"), + icon="industrialtest:water_mill", + content={ + [[ + ||Water Mill|| + + ||Water Mill is used to produce power from water kinetic force. There are two ways to supply water flow to Water Mill: putting it next to water or putting water in Water Mill for example by using Empty Cell. The fluid level indicator in formspec shows the amount of water.|| + + ]], + createMachineInformationTable({ + { + name="outputVoltage", + value="LV" + }, + { + name="powerCapacity", + value=string.format("%d EU",industrialtest.WaterMill.capacity) + } + },S("Water Mill")), + [[ + + ||Picture 1. Water Mill with some water inside.|| + + + + ||Picture 2. Water Mill in water.|| + ]] + } } } diff --git a/textures/industrialtest_guide_water_mill.png b/textures/industrialtest_guide_water_mill.png new file mode 100644 index 0000000..72a5ed2 Binary files /dev/null and b/textures/industrialtest_guide_water_mill.png differ diff --git a/textures/industrialtest_guide_water_mill_formspec.png b/textures/industrialtest_guide_water_mill_formspec.png new file mode 100644 index 0000000..6f0205d Binary files /dev/null and b/textures/industrialtest_guide_water_mill_formspec.png differ