Zefram
2014-07-07 5e4a87b92599aa0fc9a56081209c930d08a2c3bd
technic/machines/LV/water_mill.lua
@@ -9,9 +9,9 @@
minetest.register_craft({
   output = 'technic:water_mill',
   recipe = {
      {'default:stone', 'default:stone',        'default:stone'},
      {'group:wood',    'default:diamond',      'group:wood'},
      {'default:stone', 'default:copper_ingot', 'default:stone'},
      {'technic:marble', 'default:diamond',        'technic:marble'},
      {'group:wood',     'technic:machine_casing', 'group:wood'},
      {'technic:marble', 'technic:lv_cable0',      'technic:marble'},
   }
})