forked from VoxeLibre/VoxeLibre
prevent pistons from pushing beacon beams
This commit is contained in:
parent
2d407f8897
commit
65171a34a8
|
@ -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 New Issue