forked from mrkubax10/industrialtest
Describe Pump in guide
This commit is contained in:
44
guide.lua
44
guide.lua
@@ -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>
|
||||||
|
]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_pump.png
Normal file
BIN
textures/industrialtest_guide_pump.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
BIN
textures/industrialtest_guide_pump_formspec.png
Normal file
BIN
textures/industrialtest_guide_pump_formspec.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user