yl_cinema/feature_bigscreen_integration.lua
2023-06-11 20:42:12 +02:00

8 lines
260 B
Lua

if minetest.get_modpath("mesecons_mvps") then
mesecon.register_mvps_stopper(yl_cinema.bigscreen_block_name)
end
if minetest.get_modpath("replacer") and replacer and replacer.blacklist then
replacer.blacklist[yl_cinema.bigscreen_block_name] = true
end