18 lines
717 B
Lua
Raw Normal View History

2021-07-18 13:12:45 -07:00
-- ███ ███ ███████ ████████ █████
-- ████ ████ ██ ██ ██ ██
-- ██ ████ ██ █████ ██ ███████
-- ██ ██ ██ ██ ██ ██ ██
-- ██ ██ ███████ ██ ██ ██
-- Commands that work on other commands.
local we_cm = worldeditadditions_commands.modpath .. "/commands/meta/"
dofile(we_cm.."airapply.lua")
2021-07-18 17:27:21 -07:00
dofile(we_cm.."ellipsoidapply.lua")
2021-07-27 19:56:45 -07:00
dofile(we_cm.."for.lua")
2021-07-29 15:49:37 -07:00
-- dofile(we_cm.."macro.lua") -- Async bug
2021-07-18 13:12:45 -07:00
dofile(we_cm.."many.lua")
dofile(we_cm.."multi.lua")
dofile(we_cm.."subdivide.lua")