Tweak supply converter recipe
authorZefram <zefram@fysh.org>
Sun, 6 Jul 2014 17:50:18 +0000 (18:50 +0100)
committerNovatux <nathanael.courant@laposte.net>
Wed, 9 Jul 2014 07:17:44 +0000 (09:17 +0200)
The casing is now in the center of the grid, as it is for all other
machines.

technic/machines/supply_converter.lua

index 3247e34e3831066cc15e6071c8c17b2b055a8b09..fd59401513e402d5cdb28b03c9210ee6837ff082 100644 (file)
@@ -32,8 +32,8 @@ minetest.register_node("technic:supply_converter", {
 minetest.register_craft({
        output = 'technic:supply_converter 1',
        recipe = {
-               {'technic:stainless_steel_ingot', 'technic:machine_casing', 'technic:stainless_steel_ingot'},
-               {'technic:mv_transformer',        'technic:mv_cable0',      'technic:lv_transformer'},
+               {'technic:stainless_steel_ingot', 'technic:rubber',         'technic:stainless_steel_ingot'},
+               {'technic:mv_transformer',        'technic:machine_casing', 'technic:lv_transformer'},
                {'technic:mv_cable0',             'technic:rubber',         'technic:lv_cable0'},
        }
 })