Ice shouldn't be breakable by hand. Too easy to destroy.

This commit is contained in:
Splizard 2014-06-05 19:32:22 +12:00
parent 3aa532202d
commit 16d174240d
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=1, 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"