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