Skip to content
Snippets Groups Projects
Commit 6e1a3297 authored by tenplus1's avatar tenplus1 Committed by paramat
Browse files

default: Strengthen obsidian glass Remove group 'oddly_breakable_by_hand'

parent 47b197e4
No related branches found
No related tags found
No related merge requests found
...@@ -1757,7 +1757,7 @@ minetest.register_node("default:obsidian_glass", { ...@@ -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},
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment