Describe Pump in guide

This commit is contained in:
mrkubax10 2025-11-29 19:00:10 +01:00
parent 9b0792f1ff
commit a9be76866f
3 changed files with 44 additions and 0 deletions

View File

@ -759,6 +759,50 @@ local pages={
<left>||Picture 1. BatBox with some energy.||</left> <left>||Picture 1. BatBox with some energy.||</left>
]] ]]
} }
},
{
name="pump",
title=S("Pump"),
icon="industrialtest:pump",
content={
[[
<big>||Pump||</big>
<left>
||Pump is used to pump fluids under it into internal fluid storage. It is later possible to move that fluid into some item, for example <item name="industrialtest:empty_cell" height="{{ITEM_HEIGHT}}"> <b>Empty Cell</b>. Pump when used together with <item name="industrialtest:miner" height="{{ITEM_HEIGHT}}"> <b>Miner</b> can pump fluids found.||
</left>
]],
createMachineInformationTable({
{
name="inputVoltage",
value="LV"
},
{
name="powerCapacity",
value=string.format("%d EU",industrialtest.Pump.capacity)
},
{
name="opPower",
value=string.format("%d EU",industrialtest.Pump._opPower)
},
{
name="Fluid capacity",
value=string.format("%d mB",industrialtest.Pump._fluidCapacity)
},
{
name="Pump time",
value=string.format("%d seconds",industrialtest.Pump._pumpTime)
}
},S("Pump")),
[[
<img name="industrialtest_guide_pump_formspec.png" width="{{IMAGE_WIDTH}}">
<left>||Picture 1. Pump with some fluid.||</left>
<mono>
</mono>
<img name="industrialtest_guide_pump.png">
<left>||Picture 1. Pump attached to <item name="industrialtest:miner" height="{{ITEM_HEIGHT}}"> <b>Miner</b>.||</left>
]]
}
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB