mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-12-26 17:35:24 +01:00
The addition of dependencies in commit 52fc535d26
was incomplete, so loading the moremesecons_timegate mod can fail.
This change adds the moremesecons_utils dependency to those mods which
require the moremesecons table as reported by luacheck.
I've also made .luacheckrc more strict so that it sets globals per mod
and allows reading the moremesecons table only in mods which also have
the moremesecons_utils dependency.
3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
name = moremesecons_luacontroller_tool
|
|
depends = mesecons,mesecons_luacontroller
|