mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-11 04:50:26 +01:00
Fix steel block node name in the CNC
This commit is contained in:
parent
821fba9b02
commit
8bdbe1e451
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user