summaryrefslogtreecommitdiff
path: root/technic/machines/LV/geothermal.lua
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-07-06 17:13:11 +0100
committerNovatux <nathanael.courant@laposte.net>2014-07-07 15:15:30 +0200
commitd9fc1569600f9b9108612ea97d38be731dfee2a7 (patch)
tree7420da01e58d1a1466cfd07a73c090df4b6ab70a /technic/machines/LV/geothermal.lua
parentc26f45c962a979a5d6d820fcde4376e10fc9e9d7 (diff)
Use machine casing in most machine recipes
Diffstat (limited to 'technic/machines/LV/geothermal.lua')
-rw-r--r--technic/machines/LV/geothermal.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/LV/geothermal.lua b/technic/machines/LV/geothermal.lua
index 8c64708..8b9b42c 100644
--- a/technic/machines/LV/geothermal.lua
+++ b/technic/machines/LV/geothermal.lua
@@ -10,8 +10,8 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:geothermal',
recipe = {
- {'default:stone', 'default:stone', 'default:stone'},
- {'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
+ {'default:stone', 'default:diamond', 'default:stone'},
+ {'default:copper_ingot', 'technic:machine_casing', 'default:copper_ingot'},
{'default:stone', 'default:copper_ingot', 'default:stone'},
}
})