Fix constructor description
authorTim <idn.inbox@yahoo.com>
Sat, 29 Mar 2014 09:17:35 +0000 (10:17 +0100)
committerShadowNinja <shadowninja@minetest.net>
Sun, 30 Mar 2014 18:13:04 +0000 (14:13 -0400)
technic/machines/other/constructor.lua

index b330b156f1b3f03ef443b4ec2795f96a358c3193..1d5d1850491cc216f7a75ffbf432090716803f24 100644 (file)
@@ -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",