diff --git a/guide.lua b/guide.lua index 590cb6f..063189d 100644 --- a/guide.lua +++ b/guide.lua @@ -103,6 +103,29 @@ local pages={ Picture 1. Canning Machine refilling Fuel Can with fuel from Coalfuel Cell ]] + }, + + { + name="compressor", + title=S("Compressor"), + icon="industrialtest:compressor", + content=[[ + Compressor + + Compressor as the name suggests is used to compress various materials. Mostly required to produce items for crafting other items. + + + --------------------------------- + | Input voltage level | LV | + | Power per operation | 120 EU | + | Power capacity | 1400 EU | + | Default efficiency | 1 | + --------------------------------- + Figure 1. Machine information for Compressor + + + Picture 1. Compressor compressing Plantball into Compressed Plantball + ]] } } diff --git a/textures/industrialtest_guide_compressor.png b/textures/industrialtest_guide_compressor.png new file mode 100644 index 0000000..9bd56ca Binary files /dev/null and b/textures/industrialtest_guide_compressor.png differ