1
0
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:
sfan5
2025-09-24 21:54:54 +02:00
parent be2a3d6ca7
commit fe7a552c40
3 changed files with 101 additions and 141 deletions

View File

@@ -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