forked from minetest-mods/mesecons
Fix blinky plant bug (crash when placing mesecon next to it)
This commit is contained in:
parent
192b9eca4f
commit
a55874b5d2
|
@ -70,6 +70,3 @@ minetest.register_abm({
|
|||
mesecon:receptor_off(pos)
|
||||
end,
|
||||
})
|
||||
|
||||
mesecon:add_receptor_node("mesecons_blinkyplant:blinky_plant_on")
|
||||
mesecon:add_receptor_node_off("mesecons_blinkyplant:blinky_plant_off")
|
||||
|
|
Loading…
Reference in New Issue
Block a user