Minetest-WorldEditAdditions/worldeditadditions_commands/commands/meta/init.lua
2021-07-18 17:27:21 -07:00

17 lines
677 B
Lua

-- ███ ███ ███████ ████████ █████
-- ████ ████ ██ ██ ██ ██
-- ██ ████ ██ █████ ██ ███████
-- ██ ██ ██ ██ ██ ██ ██
-- ██ ██ ███████ ██ ██ ██
-- Commands that work on other commands.
local we_cm = worldeditadditions_commands.modpath .. "/commands/meta/"
dofile(we_cm.."airapply.lua")
dofile(we_cm.."ellipsoidapply.lua")
dofile(we_cm.."many.lua")
dofile(we_cm.."multi.lua")
dofile(we_cm.."subdivide.lua")
-- dofile(we_cm.."for.lua")