diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -256,6 +256,8 @@ core.register_entity("drawers:visual", { }) local function spawn_visual(pos) + local node = core.get_node(pos) + -- data for the new visual drawers.last_drawer_pos = pos |