forked from mrkubax10/industrialtest
Describe Compressor in guide
This commit is contained in:
23
guide.lua
23
guide.lua
@@ -103,6 +103,29 @@ local pages={
|
|||||||
<img name="industrialtest_guide_canning_machine.png" width="{{IMAGE_WIDTH}}">
|
<img name="industrialtest_guide_canning_machine.png" width="{{IMAGE_WIDTH}}">
|
||||||
<left>Picture 1. Canning Machine refilling <item name="industrialtest:fuel_can" height="{{ITEM_HEIGHT}}"> <b>Fuel Can</b> with fuel from <item name="industrialtest:coalfuel_cell" height="{{ITEM_HEIGHT}}"> <b>Coalfuel Cell</b></left>
|
<left>Picture 1. Canning Machine refilling <item name="industrialtest:fuel_can" height="{{ITEM_HEIGHT}}"> <b>Fuel Can</b> with fuel from <item name="industrialtest:coalfuel_cell" height="{{ITEM_HEIGHT}}"> <b>Coalfuel Cell</b></left>
|
||||||
]]
|
]]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name="compressor",
|
||||||
|
title=S("Compressor"),
|
||||||
|
icon="industrialtest:compressor",
|
||||||
|
content=[[
|
||||||
|
<big>Compressor</big>
|
||||||
|
<left>
|
||||||
|
Compressor as the name suggests is used to compress various materials. Mostly required to produce items for crafting other items.
|
||||||
|
</left>
|
||||||
|
<mono>
|
||||||
|
---------------------------------
|
||||||
|
| Input voltage level | LV |
|
||||||
|
| Power per operation | 120 EU |
|
||||||
|
| Power capacity | 1400 EU |
|
||||||
|
| Default efficiency | 1 |
|
||||||
|
---------------------------------
|
||||||
|
Figure 1. Machine information for Compressor
|
||||||
|
</mono>
|
||||||
|
<img name="industrialtest_guide_compressor.png" width="{{IMAGE_WIDTH}}">
|
||||||
|
<left>Picture 1. Compressor compressing <item name="industrialtest:plantball" height="{{ITEM_HEIGHT}}"> <b>Plantball</b> into <item name="industrialtest:compressed_plantball" height="{{ITEM_HEIGHT}}"> <b>Compressed Plantball</b></left>
|
||||||
|
]]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
textures/industrialtest_guide_compressor.png
Normal file
BIN
textures/industrialtest_guide_compressor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
Reference in New Issue
Block a user