diff options
Diffstat (limited to 'cavestuff/nodes.lua')
-rw-r--r-- | cavestuff/nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cavestuff/nodes.lua b/cavestuff/nodes.lua index 6d919b9..d4be0f2 100644 --- a/cavestuff/nodes.lua +++ b/cavestuff/nodes.lua @@ -67,7 +67,7 @@ minetest.register_node("cavestuff:desert_pebble_2",{ tiles = {"default_desert_stone.png"}, paramtype = "light", paramtype2 = "facedir", - groups = {cracky=3, stone=1, not_in_creative__inventory=1}, + groups = {cracky=3, stone=1, not_in_creative_inventory=1}, selection_box = cbox, collision_box = cbox, sounds = default.node_sound_stone_defaults(), |