2021-07-18 20:12:45 +00:00
|
|
|
-- ███ ███ ███████ ████████ █████
|
|
|
|
-- ████ ████ ██ ██ ██ ██
|
|
|
|
-- ██ ████ ██ █████ ██ ███████
|
|
|
|
-- ██ ██ ██ ██ ██ ██ ██
|
|
|
|
-- ██ ██ ███████ ██ ██ ██
|
|
|
|
|
|
|
|
-- Commands that work on other commands.
|
|
|
|
|
|
|
|
local we_cm = worldeditadditions_commands.modpath .. "/commands/meta/"
|
|
|
|
|
|
|
|
dofile(we_cm.."airapply.lua")
|
2021-07-19 00:27:21 +00:00
|
|
|
dofile(we_cm.."ellipsoidapply.lua")
|
2021-07-28 02:56:45 +00:00
|
|
|
dofile(we_cm.."for.lua")
|
2021-07-29 22:49:37 +00:00
|
|
|
-- dofile(we_cm.."macro.lua") -- Async bug
|
2021-07-18 20:12:45 +00:00
|
|
|
dofile(we_cm.."many.lua")
|
|
|
|
dofile(we_cm.."multi.lua")
|
2021-09-05 16:35:07 +00:00
|
|
|
dofile(we_cm.."noiseapply2d.lua")
|
2021-07-18 20:12:45 +00:00
|
|
|
dofile(we_cm.."subdivide.lua")
|