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 paramat
parent 47b197e4d5
commit 6e1a329763
1 changed files with 1 additions and 1 deletions

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},
})