add flatscreen to replacer and piston blacklists

This commit is contained in:
whosit 2024-02-14 13:16:36 +03:00
parent 5d270efc05
commit e7ba2e982a

View File

@ -1,8 +1,10 @@
if minetest.get_modpath("mesecons_mvps") then
mesecon.register_mvps_stopper(yl_cinema.bigscreen_block_name)
mesecon.register_mvps_stopper(yl_cinema.flatscreen_block_name)
end
if minetest.get_modpath("replacer") and replacer and replacer.blacklist then
replacer.blacklist[yl_cinema.bigscreen_block_name] = true
replacer.blacklist[yl_cinema.flatscreen_block_name] = true
end