remove sounds
This commit is contained in:
@@ -46,7 +46,6 @@ minetest.register_node("digistuff:camera", {
|
||||
if fields.distance and tonumber(fields.distance) then meta:set_int("distance",math.max(math.min(20,fields.distance),0)) end
|
||||
if fields.radius and tonumber(fields.radius) then meta:set_int("radius",math.max(math.min(10,fields.radius),1)) end
|
||||
end,
|
||||
sounds = default and default.node_sound_stone_defaults()
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
|
||||
Reference in New Issue
Block a user