mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
copy, move: add TODO ref being node metadata-aware
This commit is contained in:
parent
d29b037675
commit
d787309127
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ local Vector3 = wea_c.Vector3
|
||||||
---
|
---
|
||||||
-- @module worldeditadditions
|
-- @module worldeditadditions
|
||||||
|
|
||||||
|
-- TODO add `minetest.find_nodes_with_meta(pos1, pos2)` support ref https://github.com/minetest/minetest/blob/5.9.1/doc/lua_api.md?plain=1#L6112 for locked chests, inventories etc. Perhaps for copy add a flag to allow for disabling such support?
|
||||||
|
|
||||||
-- ██████ ██████ ██████ ██ ██
|
-- ██████ ██████ ██████ ██ ██
|
||||||
-- ██ ██ ██ ██ ██ ██ ██
|
-- ██ ██ ██ ██ ██ ██ ██
|
||||||
|
|
|
@ -5,6 +5,8 @@ local Vector3 = wea_c.Vector3
|
||||||
---
|
---
|
||||||
-- @module worldeditadditions
|
-- @module worldeditadditions
|
||||||
|
|
||||||
|
-- TODO add `minetest.find_nodes_with_meta(pos1, pos2)` support ref https://github.com/minetest/minetest/blob/5.9.1/doc/lua_api.md?plain=1#L6112 for locked chests, inventories etc. Perhaps for copy add a flag to allow for disabling such support?
|
||||||
|
|
||||||
-- ███ ███ ██████ ██ ██ ███████
|
-- ███ ███ ██████ ██ ██ ███████
|
||||||
-- ████ ████ ██ ██ ██ ██ ██
|
-- ████ ████ ██ ██ ██ ██ ██
|
||||||
-- ██ ████ ██ ██ ██ ██ ██ █████
|
-- ██ ████ ██ ██ ██ ██ ██ █████
|
||||||
|
|
Loading…
Reference in a new issue