make beacons mineable

This commit is contained in:
chmodsayshello 2022-07-24 12:52:57 +02:00
parent dd37fe03b0
commit fd65be17a0
1 changed files with 3 additions and 0 deletions

View File

@ -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")