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:
0dfac3f
)
Correct breakability of sandstone CNC nodes
author
Zefram
<zefram@fysh.org>
Wed, 30 Jul 2014 19:28:30 +0000
(20:28 +0100)
committer
Zefram
<zefram@fysh.org>
Wed, 30 Jul 2014 19:28:30 +0000
(20:28 +0100)
default:sandstone has cracky=3, but the CNC nodes had cracky=2.
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 5eaa40b3ac1be401934181bf9494a20c47e31a9f..b250bc82eb94cb726210737e9c40d9f51ccabbc4 100644
(file)
--- a/
technic/machines/LV/cnc_nodes.lua
+++ b/
technic/machines/LV/cnc_nodes.lua
@@
-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"))