mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 10:20:43 +02:00
Fix carts aliases
This commit is contained in:
@ -15,11 +15,14 @@ dofile(modpath.."/nodes.lua")
|
||||
-- Custom tools
|
||||
dofile(modpath.."/tools.lua")
|
||||
|
||||
local mods = {"witchcraft", "cotton", "technic",
|
||||
"beds", "boats", "bucket",
|
||||
"nyancat", "moreores", "moreblocks",
|
||||
"maptools", "doors", "flowers"
|
||||
}
|
||||
local mods =
|
||||
{
|
||||
"witchcraft", "cotton", "technic",
|
||||
"beds", "boats", "bucket",
|
||||
"nyancat", "moreores", "moreblocks",
|
||||
"maptools", "doors", "flowers",
|
||||
"carts"
|
||||
}
|
||||
|
||||
for _,mod in ipairs(mods) do
|
||||
if minetest.get_modpath(mod) then
|
||||
|
Reference in New Issue
Block a user