This commit is contained in:
Gaël C
2024-01-04 23:28:33 +01:00
parent e5b8f2b3b8
commit f26fd1cccb
7 changed files with 31 additions and 22 deletions

View File

@ -123,7 +123,7 @@ end
local modpath = ""
if minetest then
modpath = minetest.get_modpath(minetest.get_current_modname()) .. "terrainlib_lua/"
modpath = minetest.get_modpath(minetest.get_current_modname()) .. "/terrainlib_lua/"
end
local rivermapper = dofile(modpath .. "rivermapper.lua")