Make ice easier to dig with a pickaxe.

This commit is contained in:
Splizard 2014-06-09 14:01:31 +12:00
parent 7780db088d
commit f75eaa98a9
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ minetest.override_item("default:ice", {
liquidtype = "none",
-- I made this a lot harder to dig than snow blocks because ice is much more dense
-- and solid than fluffy snow. ~ LazyJ
groups = {cracky=1, crumbly=1, choppy=1, --[[oddly_breakable_by_hand=1,]] melts=1},
groups = {cracky=2, crumbly=1, choppy=1, --[[oddly_breakable_by_hand=1,]] melts=1},
on_construct = function(pos)
pos.y = pos.y - 1
if minetest.get_node(pos).name == "default:dirt_with_grass"