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 + + ]] } }