forked from your-land/yl_cinema
add flatscreen to replacer and piston blacklists
This commit is contained in:
parent
5d270efc05
commit
e7ba2e982a
@ -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
|
Loading…
Reference in New Issue
Block a user