1
0
mirror of https://github.com/minetest-mods/skinsdb.git synced 2025-06-07 12:10:31 +02:00

move dependencies to mod.conf

This commit is contained in:
Alexander Weber 2020-01-16 16:50:57 +01:00
parent abb5422948
commit 9525b87c4d
2 changed files with 3 additions and 5 deletions

@ -1,5 +0,0 @@
default
unified_inventory?
3d_armor?
clothing?
sfinv?

@ -1 +1,4 @@
name = skinsdb name = skinsdb
description = Player skin mod, supporting unified_inventory, sfinv and smart_inventory
depends = default
optional_depends = unified_inventory,3d_armor,clothing,sfinv