mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 22:02:32 +01:00
Fix CNC steel block groups
This commit is contained in:
parent
8684fa1733
commit
252156d653
@ -61,7 +61,7 @@ technic.cnc.register_all("default:tree",
|
|||||||
-- STEEL
|
-- STEEL
|
||||||
--------
|
--------
|
||||||
technic.cnc.register_all("default:steelblock",
|
technic.cnc.register_all("default:steelblock",
|
||||||
{snappy=1, bendy=2, cracky=1, melty=2, level=2, not_in_creative_inventory=1},
|
{cracky=1, level=2, not_in_creative_inventory=1},
|
||||||
{"default_steel_block.png"},
|
{"default_steel_block.png"},
|
||||||
S("Steel"))
|
S("Steel"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user