mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-07-20 08:10:22 +02:00
Compatibility with Voxelibre
This allows skinsdb to replace or supplement Voxelibre’s skin system, using its mcl_skins. Downgrades player_api to an optional dependency.
This commit is contained in:
@ -5,6 +5,7 @@ max_line_length = 999
|
||||
globals = {
|
||||
"minetest", "unified_inventory", "core",
|
||||
"player_api", "clothing", "armor", "sfinv",
|
||||
"mcl_skins",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
|
Reference in New Issue
Block a user