hotstone: don't call nodeupdate()
This commit is contained in:
parent
7c067a2b68
commit
bea4829d30
@ -15,7 +15,6 @@ minetest.register_abm({
|
|||||||
if node.name == "default:stone" then
|
if node.name == "default:stone" then
|
||||||
minetest.swap_node(pos, {name = "illuna:hotstone"})
|
minetest.swap_node(pos, {name = "illuna:hotstone"})
|
||||||
end
|
end
|
||||||
nodeupdate(pos)
|
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user