projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b197e
)
default: Strengthen obsidian glass Remove group 'oddly_breakable_by_hand'
author
tenplus1
<tenplus1@users.noreply.github.com>
Wed, 17 Jun 2015 17:07:55 +0000
(18:07 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 12 Apr 2016 00:27:55 +0000
(
01:27
+0100)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 86a26ed48a8146b7d7e5fb6840763433b429acfa..1550e141bc2802e3bb1a65533cf54be12cc8c400 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-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},
})