mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
prevent pistons from pushing beacon beams
This commit is contained in:
parent
2d407f8897
commit
65171a34a8
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ for _, color in ipairs(color_list) do
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
_mcl_blast_resistance = 1200,
|
_mcl_blast_resistance = 1200,
|
||||||
})
|
})
|
||||||
|
mesecon.register_mvps_stopper("mcl_beacons:beacon_beam_"..color)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue