From: Tim Date: Sat, 29 Mar 2014 09:17:35 +0000 (+0100) Subject: Fix constructor description X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=8684fa1733f63f1f6c909fcacb8424da614189e6;p=zefram%2Fminetest%2Ftechnic.git Fix constructor description --- diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua index b330b15..1d5d185 100644 --- a/technic/machines/other/constructor.lua +++ b/technic/machines/other/constructor.lua @@ -153,7 +153,7 @@ minetest.register_node("technic:constructor_mk1_off", { }) minetest.register_node("technic:constructor_mk1_on", { - description = S("Constructor Mk%d"):format(3), + description = S("Constructor Mk%d"):format(1), tile_images = {"technic_constructor_mk1_top_on.png","technic_constructor_mk1_bottom_on.png","technic_constructor_mk1_side2_on.png","technic_constructor_mk1_side1_on.png", "technic_constructor_back.png","technic_constructor_front_on.png"}, paramtype2 = "facedir",