mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-10-19 17:05:21 +02:00
Move and refactor cuboid functions
This commit is contained in:
@@ -395,8 +395,8 @@ worldedit.register_command("reset", {
|
||||
do
|
||||
local modpath = minetest.get_modpath("worldedit_commands")
|
||||
for _, name in ipairs({
|
||||
"code", "cuboid", "manipulations", "marker", "nodename", "primitives",
|
||||
"region", "schematics", "transform", "wand"
|
||||
"code", "cuboid_funcs", "cuboid", "manipulations", "marker", "nodename",
|
||||
"primitives", "region", "schematics", "transform", "wand"
|
||||
}) do
|
||||
dofile(modpath .. "/" .. name .. ".lua")
|
||||
end
|
||||
|
Reference in New Issue
Block a user