forked from mtcontrib/Minetest-WorldEdit
Move cuboidapi.lua to correct place
This commit is contained in:
parent
2aed498849
commit
5afea424ba
|
@ -37,6 +37,7 @@ load_module(path .. "/serialization.lua")
|
||||||
load_module(path .. "/code.lua")
|
load_module(path .. "/code.lua")
|
||||||
load_module(path .. "/compatibility.lua")
|
load_module(path .. "/compatibility.lua")
|
||||||
load_module(path .. "/wand.lua")
|
load_module(path .. "/wand.lua")
|
||||||
|
load_module(path .. "/cuboid.lua")
|
||||||
|
|
||||||
|
|
||||||
if minetest.setting_getbool("log_mods") then
|
if minetest.setting_getbool("log_mods") then
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
dofile(minetest.get_modpath("worldedit_commands") .. "/cuboidapi.lua")
|
|
||||||
|
|
||||||
|
|
||||||
minetest.register_chatcommand("/outset", {
|
minetest.register_chatcommand("/outset", {
|
||||||
params = "[h|v] <amount>",
|
params = "[h|v] <amount>",
|
||||||
description = "outset the selection",
|
description = "outset the selection",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user