Vanessa Ezekowitz
2017-03-10 343c7946d9014bf111e25a7a225a1b6f5746992b
commit | author | age
be2f30 1
c0a173 2 minetest.register_alias("compressor", "technic:lv_compressor")
be2f30 3
ee0765 4 minetest.register_craft({
c0a173 5     output = 'technic:lv_compressor',
ee0765 6     recipe = {
83c649 7         {'default:stone',            'technic:motor',          'default:stone'},
S 8         {'mesecons:piston',          'technic:machine_casing', 'mesecons:piston'},
9         {'technic:fine_silver_wire', 'technic:lv_cable',       'technic:fine_silver_wire'},
ee0765 10     }
S 11 })
12
c0a173 13 technic.register_compressor({tier = "LV", demand = {300}, speed = 1})