mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-30 10:05:34 +01:00 
			
		
		
		
	Change sounds for the "Itemframe" and "Pedestal (#395)
This commit is contained in:
		| @@ -119,7 +119,7 @@ minetest.register_node("itemframes:frame",{ | ||||
| 	sunlight_propagates = true, | ||||
| 	groups = {choppy = 2, dig_immediate = 2}, | ||||
| 	legacy_wallmounted = true, | ||||
| 	sounds = default.node_sound_defaults(), | ||||
| 	sounds = default.node_sound_wood_defaults(), | ||||
| 	on_rotate = screwdriver.disallow, | ||||
| 	after_place_node = function(pos, placer, itemstack) | ||||
| 		local meta = minetest.get_meta(pos) | ||||
| @@ -182,7 +182,7 @@ minetest.register_node("itemframes:pedestal",{ | ||||
| 	tiles = {"itemframes_pedestal.png"}, | ||||
| 	paramtype = "light", | ||||
| 	groups = {cracky = 3}, | ||||
| 	sounds = default.node_sound_defaults(), | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| 	on_rotate = screwdriver.disallow, | ||||
| 	after_place_node = function(pos, placer, itemstack) | ||||
| 		local meta = minetest.get_meta(pos) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user