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:
821fba9
)
Fix steel block node name in the CNC
author
Tim
<idn.inbox@yahoo.com>
Sat, 29 Mar 2014 08:36:08 +0000
(09:36 +0100)
committer
ShadowNinja
<shadowninja@minetest.net>
Sun, 30 Mar 2014 18:08:56 +0000
(14:08 -0400)
technic/machines/LV/cnc_nodes.lua
patch
|
blob
|
history
diff --git
a/technic/machines/LV/cnc_nodes.lua
b/technic/machines/LV/cnc_nodes.lua
index fc7082964761018a4f257ead57f9568cf501c8d7..b58b3350e791adf1c1b5431f45e2a7ee778af28f 100644
(file)
--- a/
technic/machines/LV/cnc_nodes.lua
+++ b/
technic/machines/LV/cnc_nodes.lua
@@
-67,7
+67,7
@@
technic.cnc.register_all("default:tree",
S("Tree"))
-- STEEL
--------
-technic.cnc.register_all("default:steel",
+technic.cnc.register_all("default:steel
block
",
{snappy=1, bendy=2, cracky=1, melty=2, level=2, not_in_creative_inventory=1},
{"default_steel_block.png"},
S("Steel"))