Remove great hardness on cut nodes from Work Table

This commit is contained in:
kilbith 2015-09-22 15:50:39 +02:00
parent c7326188fd
commit 08c79407b1

View File

@ -194,7 +194,8 @@ for _, name in pairs(n) do
groups.not_in_creative_inventory=1
for k, v in pairs(ndef.groups) do
if k ~= "wood" and k ~= "stone" then groups[k] = v end
if k ~= "wood" and k ~= "stone" and k ~= "level" then
groups[k] = v end
end
minetest.register_node(":"..mod..":"..name.."_"..d[1], {