mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Removing bug line : gravel's sound
MUST BE DEBUGGED
This commit is contained in:
		@@ -345,7 +345,7 @@ minetest.register_node("default:gravel", {
 | 
			
		||||
			{items = {"default:gravel"}},
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
	sounds = default.node_sound_gravel_defaults(),
 | 
			
		||||
	--sounds = default.node_sound_gravel_defaults(),
 | 
			
		||||
	on_place = function(itemstack, placer, pointed_thing)
 | 
			
		||||
     		if not pointed_thing.type == "node" then
 | 
			
		||||
			return itemstack
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user