default: Strengthen obsidian glass

Remove group 'oddly_breakable_by_hand'
This commit is contained in:
tenplus1 2015-06-17 18:07:55 +01:00 committed by TenPlus1
parent 47b197e4d5
commit 730c1c9042

View file

@ -1757,7 +1757,7 @@ minetest.register_node("default:obsidian_glass", {
is_ground_content = false,
sunlight_propagates = true,
sounds = default.node_sound_glass_defaults(),
groups = {cracky = 3, oddly_breakable_by_hand = 3},
groups = {cracky = 3},
})