mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-05 00:50:24 +02:00
More ItemDef updates and fix a typo in inverter placenode callback.
This commit is contained in:
@ -192,7 +192,7 @@ if ENABLE_TEMPEREST==1 then
|
||||
})
|
||||
|
||||
minetest.register_on_placenode(function(pos, node)
|
||||
if node.name=="jeija:mesecon_inverter" then
|
||||
if node.name=="jeija:mesecon_inverter_on" then
|
||||
mesecon:receptor_on(pos)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user