From b4ea5629c1bf08a562e88b171055d0c5a2409cc9 Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Fri, 21 Nov 2025 22:59:03 +0100 Subject: [PATCH] Describe Canning Machine in guide --- guide.lua | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/guide.lua b/guide.lua index ac36118..7f75d1d 100644 --- a/guide.lua +++ b/guide.lua @@ -48,7 +48,7 @@ local pages={ | HV | 10200 | Gold | | EV | 40800 | Iron | | IV | 163800 | Glass Fibre | - |----------------------------|-------------- + -------------------------------------------- Figure 1. Voltage levels and respective cables ]] @@ -64,13 +64,34 @@ local pages={ --------------------------------------- - | Input voltage level | Recipe type | + | Input voltage level | LV | + | Recipe type | Cable forming | + | Power capacity | 1400 EU | + | Power per operation | 80 EU | --------------------------------------- - | LV | Cable forming | - |-------------------------------------| Figure 1. Machine information for Cable Former ]] + }, + { + name="canningMachine", + title=S("Canning Machine"), + icon="industrialtest:canning_machine", + content=[[ + Canning Machine + + Canning Machine is used to move certain fluid from one item to another. The common usage is to refill fuel in Jetpack or Fuel Can. + + + --------------------------------------- + | Input voltage level | LV | + | Power per operation | 200 EU | + | Power capacity | 1200 EU | + | Canning completion time | 5 seconds | + --------------------------------------- + Figure 1. Machine information for Canning Machine + + ]] } }