projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a88812
)
Fix constructor description
author
Tim
<idn.inbox@yahoo.com>
Sat, 29 Mar 2014 09:17:35 +0000
(10:17 +0100)
committer
ShadowNinja
<shadowninja@minetest.net>
Sun, 30 Mar 2014 18:13:04 +0000
(14:13 -0400)
technic/machines/other/constructor.lua
patch
|
blob
|
history
diff --git
a/technic/machines/other/constructor.lua
b/technic/machines/other/constructor.lua
index b330b156f1b3f03ef443b4ec2795f96a358c3193..1d5d1850491cc216f7a75ffbf432090716803f24 100644
(file)
--- 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",