forked from minetest-mods/mesecons
More ItemDef updates and fix a typo in inverter placenode callback.
This commit is contained in:
parent
8bdb2e86ad
commit
f3f29ad16b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user