Skip to content

Commit

Permalink
Fix MTG doors not reacting correctly to Mesecon power
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Apr 1, 2022
1 parent b630ff9 commit 21ac966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mesecons_doors/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ local function meseconify_door(name)
}
minetest.override_item(name .. "_a", override)
minetest.override_item(name .. "_b", override)
if minetest.registered_items[name .. "_c"] then
minetest.override_item(name .. "_c", override)
minetest.override_item(name .. "_d", override)
end
end
end

Expand Down

0 comments on commit 21ac966

Please sign in to comment.