mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Removing bug line : gravel's sound
MUST BE DEBUGGED
This commit is contained in:
parent
8b3abd1b43
commit
af23cdfb4c
@ -345,7 +345,7 @@ minetest.register_node("default:gravel", {
|
|||||||
{items = {"default:gravel"}},
|
{items = {"default:gravel"}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_gravel_defaults(),
|
--sounds = default.node_sound_gravel_defaults(),
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
if not pointed_thing.type == "node" then
|
if not pointed_thing.type == "node" then
|
||||||
return itemstack
|
return itemstack
|
||||||
|
Loading…
Reference in New Issue
Block a user