mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 08:31:08 +01:00
make beacons mineable
This commit is contained in:
parent
a3adb3d80a
commit
18888d3ad8
1 changed files with 3 additions and 0 deletions
|
@ -189,7 +189,10 @@ minetest.register_node("mcl_beacons:beacon", {
|
|||
end
|
||||
end,
|
||||
light_source = 15,
|
||||
groups = {handy=1},
|
||||
drop = "mcl_beacons:beacon",
|
||||
sounds = mcl_sounds.node_sound_glass_defaults(),
|
||||
_mcl_hardness = 3,
|
||||
})
|
||||
|
||||
mesecon.register_mvps_stopper("mcl_beacons:beacon")
|
||||
|
|
Loading…
Reference in a new issue