Correct breakability of sandstone CNC nodes

default:sandstone has cracky=3, but the CNC nodes had cracky=2.
This commit is contained in:
Zefram 2014-07-30 20:28:30 +01:00
parent 0dfac3f484
commit 12d0c6522b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ technic.cnc.register_all("default:brick",
-- SANDSTONE
------------
technic.cnc.register_all("default:sandstone",
{crumbly=2, cracky=2, not_in_creative_inventory=1},
{crumbly=2, cracky=3, not_in_creative_inventory=1},
{"default_sandstone.png"},
S("Sandstone"))