mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-10 11:20:23 +02:00
save a deserialization and wear off screwdriver
This commit is contained in:
@ -154,7 +154,8 @@ plg.register_nodes({
|
|||||||
end
|
end
|
||||||
local is = lcore.serialize(instr)
|
local is = lcore.serialize(instr)
|
||||||
meta:set_string("instr", is)
|
meta:set_string("instr", is)
|
||||||
plg.update_formspec(pos, is)
|
plg.update_formspec(pos, instr)
|
||||||
|
return true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user