diff options
author | Tim <idn.inbox@yahoo.com> | 2014-03-29 09:36:08 +0100 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-03-30 14:08:56 -0400 |
commit | 8bdbe1e4515dd014804054654314740e1fbdfd4a (patch) | |
tree | 69e434a17aab6bb5835a0a7a446f177e0e647cb0 | |
parent | 821fba9b02d180c89c01f5fe28563bb2d434f3c2 (diff) |
Fix steel block node name in the CNC
-rw-r--r-- | technic/machines/LV/cnc_nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index fc70829..b58b335 100644 --- 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:steelblock", {snappy=1, bendy=2, cracky=1, melty=2, level=2, not_in_creative_inventory=1}, {"default_steel_block.png"}, S("Steel")) |