prevent pistons from pushing beacon beams

This commit is contained in:
chmodsayshello 2022-07-25 21:52:07 +02:00 committed by cora
parent 109b58d8f6
commit 8aa2dcc073
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ for _, color in ipairs(color_list) do
groups = {not_in_creative_inventory=1},
_mcl_blast_resistance = 1200,
})
mesecon.register_mvps_stopper("mcl_beacons:beacon_beam_"..color)
end