mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-19 22:10:21 +02:00
Minor tweaks
This commit is contained in:
@ -145,12 +145,12 @@ homedecor.register("telephone", {
|
||||
minetest.register_abm({
|
||||
nodenames = "homedecor:telephone",
|
||||
interval = 30,
|
||||
chance = 10,
|
||||
chance = 15,
|
||||
action = function(pos, node)
|
||||
minetest.sound_play("homedecor_telephone_ringing", {
|
||||
pos = pos,
|
||||
gain = 1.0,
|
||||
max_hear_distance = 10
|
||||
max_hear_distance = 5
|
||||
})
|
||||
end
|
||||
})
|
||||
|
@ -590,7 +590,8 @@ homedecor.register("beer_mug", {
|
||||
groups = { snappy=3, oddly_breakable_by_hand=3 },
|
||||
walkable = false,
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
selection_box = beer_cbox
|
||||
selection_box = beer_cbox,
|
||||
on_use = minetest.item_eat(2)
|
||||
})
|
||||
|
||||
homedecor.register("tool_cabinet", {
|
||||
|
Reference in New Issue
Block a user