Minetest-WorldEditAdditions/worldeditadditions_commands/commands/meta/init.lua

18 lines
701 B
Lua
Raw Normal View History

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 01:13:15 +00:00
dofile(we_cm.."macro.lua")
2021-07-18 20:12:45 +00:00
dofile(we_cm.."many.lua")
dofile(we_cm.."multi.lua")
dofile(we_cm.."subdivide.lua")