Describe Miner in guide
This commit is contained in:
parent
08fd6a5a40
commit
60717d8ec1
40
guide.lua
40
guide.lua
@ -588,6 +588,46 @@ local pages={
|
|||||||
<left>||Picture 1. Mass Fabricator producing <item name="industrialtest:uu_matter" height="{{ITEM_HEIGHT}}"> <b>UU-Matter</b> from <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b>.||</left>
|
<left>||Picture 1. Mass Fabricator producing <item name="industrialtest:uu_matter" height="{{ITEM_HEIGHT}}"> <b>UU-Matter</b> from <item name="industrialtest:scrap" height="{{ITEM_HEIGHT}}"> <b>Scrap</b>.||</left>
|
||||||
]]
|
]]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="miner",
|
||||||
|
title=S("Miner"),
|
||||||
|
icon="industrialtest:miner",
|
||||||
|
content={
|
||||||
|
[[
|
||||||
|
<big>||Miner||</big>
|
||||||
|
<left>
|
||||||
|
||Miner when placed on ground will use drill and <item name="industrialtest:mining_pipe" height="{{ITEM_HEIGHT}}"> <b>Mining Pipe</b> put in appropriate slots to dig below it. Besides that one can put <item name="industrialtest:ov_scanner" height="{{ITEM_HEIGHT}}"> <b>OV Scanner</b> or <item name="industrialtest:od_scanner" height="{{ITEM_HEIGHT}}"> <b>OD Scanner</b> to increase horizontal range of digging.||
|
||||||
|
</left>
|
||||||
|
]],
|
||||||
|
createMachineInformationTable({
|
||||||
|
{
|
||||||
|
name="inputVoltage",
|
||||||
|
value="LV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="powerCapacity",
|
||||||
|
value=string.format("%d EU",industrialtest.Miner.capacity)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="opPower",
|
||||||
|
value=string.format("%d EU",industrialtest.Miner._opPower)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="Power per scanner operation",
|
||||||
|
value=string.format("%d EU",industrialtest.Miner._scannerOpPower)
|
||||||
|
}
|
||||||
|
},S("Miner")),
|
||||||
|
[[
|
||||||
|
<img name="industrialtest_guide_miner_formspec.png" width="{{IMAGE_WIDTH}}">
|
||||||
|
<left>||Picture 1. Miner formspec with <item name="industrialtest:electric_drill" height="{{ITEM_HEIGHT}}"> <b>Electric Drill</b> and <item name="industrialtest:mining_pipe" height="{{ITEM_HEIGHT}}"> <b>Mining Pipe</b>.||</left>
|
||||||
|
<mono>
|
||||||
|
</mono>
|
||||||
|
<img name="industrialtest_guide_miner_digging.png">
|
||||||
|
<left>||Picture 2. Miner digging.||</left>
|
||||||
|
]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_miner_digging.png
Normal file
BIN
textures/industrialtest_guide_miner_digging.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
BIN
textures/industrialtest_guide_miner_formspec.png
Normal file
BIN
textures/industrialtest_guide_miner_formspec.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user