mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-06 02:20:36 +01:00
4 lines
263 B
Lua
4 lines
263 B
Lua
dofile(minetest.get_modpath("worldedit") .. "/manipulations.lua")
|
|
dofile(minetest.get_modpath("worldedit") .. "/primitives.lua")
|
|
dofile(minetest.get_modpath("worldedit") .. "/visualization.lua")
|
|
dofile(minetest.get_modpath("worldedit") .. "/serialization.lua") |