Stop kettle grill being moved by mesecons

This commit is contained in:
Oversword 2021-07-03 15:24:47 +01:00
parent 1a72f7c2ba
commit 305bba965b
2 changed files with 7 additions and 0 deletions

View File

@ -8,3 +8,4 @@ crops?
vessels?
farming?
xdecor?
mesecons_mvps?

View File

@ -1,4 +1,10 @@
if minetest.global_exists("mesecon") and mesecon.register_mvps_stopper then
mesecon.register_mvps_stopper("bbq:kettle_grill")
mesecon.register_mvps_stopper("bbq:kettle_grill_active")
mesecon.register_mvps_stopper("bbq:kettle_grill_base")
end
--
-- Formspecs
--