mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 07:11:22 +00:00
default: Strengthen obsidian glass Remove group 'oddly_breakable_by_hand'
This commit is contained in:
parent
47b197e4d5
commit
6e1a329763
1 changed files with 1 additions and 1 deletions
|
@ -1757,7 +1757,7 @@ minetest.register_node("default:obsidian_glass", {
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {cracky = 3},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue