Vanessa Ezekowitz
2017-03-10 343c7946d9014bf111e25a7a225a1b6f5746992b
technic/machines/LV/compressor.lua
@@ -4,9 +4,9 @@
minetest.register_craft({
   output = 'technic:lv_compressor',
   recipe = {
      {'default:stone',   'technic:motor',      'default:stone'},
      {'mesecons:piston',   'technic:machine_casing',   'mesecons:piston'},
      {'default:stone',   'technic:lv_cable0',      'default:stone'},
      {'default:stone',            'technic:motor',          'default:stone'},
      {'mesecons:piston',          'technic:machine_casing', 'mesecons:piston'},
      {'technic:fine_silver_wire', 'technic:lv_cable',       'technic:fine_silver_wire'},
   }
})