mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-08 02:20:24 +02:00
Fix meta handling
This commit is contained in:
@ -56,6 +56,8 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
|
||||
|
||||
-- ### Step 2: Move the movestone ###
|
||||
minetest.set_node(frontpos, node)
|
||||
local meta2 = minetest.get_meta(frontpos)
|
||||
meta2:from_table(meta:to_table())
|
||||
minetest.remove_node(pos)
|
||||
mesecon.on_dignode(pos, node)
|
||||
mesecon.on_placenode(frontpos, node)
|
||||
|
Reference in New Issue
Block a user