1
0
Fork 0

prevent pistons from pushing beacon beams

This commit is contained in:
chmodsayshello 2022-07-25 21:52:07 +02:00 committed by cora
parent 2d407f8897
commit 65171a34a8
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