mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Fix mods folder being read twice with RUN_IN_PLACE=1 (#15024)
This commit is contained in:
@@ -282,7 +282,7 @@ Package - content which is downloadable from the content db, may or may not be i
|
||||
```lua
|
||||
{
|
||||
mods = "/home/user/.minetest/mods",
|
||||
share = "/usr/share/minetest/mods",
|
||||
share = "/usr/share/minetest/mods", -- only provided when RUN_IN_PLACE=0
|
||||
|
||||
-- Custom dirs can be specified by the MINETEST_MOD_DIR env variable
|
||||
["/path/to/custom/dir"] = "/path/to/custom/dir",
|
||||
|
Reference in New Issue
Block a user