forked from nalc/nalc_game
default: Strengthen obsidian glass Remove group 'oddly_breakable_by_hand'
This commit is contained in:
parent
47b197e4d5
commit
6e1a329763
|
@ -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},
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user