yl_cinema/feature_bigscreen_integration.lua

10 lines
390 B
Lua

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