merge beacon-branch into fork beacon branch #7

Merged
chmodsayshello merged 453 commits from VoxeLibre/VoxeLibre:beacons into beacon-"fork" 2022-07-23 11:30:49 +02:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 965d10c003 - Show all commits

View File

@ -39,6 +39,10 @@ minetest.register_node("mcl_bells:bell", {
_mcl_hardness = 5,
on_rightclick = mcl_bells.ring_once,
use_texture_alpha = "clip",
mesecons = {effector = {
action_on = mcl_bells.ring_once,
rules = mesecon.rules.flat,
}},
})
if has_mcl_wip then

View File

@ -1,2 +1,3 @@
name = mcl_bells
optional_depends = mcl_wip
depends = mesecons
optional_depends = mcl_wip