mt-mods / signs_lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove default from dependencies

Zughy opened this issue · comments

commented

I have a mod called arena_lib, which only depends on signs_lib. Since rubenwardy implemented the Compatible Games section inside ContentDB, ContentDB checks whether the mod you're looking at or any of its dependencies is bundled by default in some game. default is basically everywhere, as there are a lot of games using that, and this is the result on signs_lib, arena_lib, and whatever minigame developed with my library:
imagen

If signs_lib implemented its own functions instead of relying on default, the list would magically disappear and would stop being misleading

P.S.: it's quite sad seeing a project moving from GitLab onto GitHub :\

this seems like a overcomplicated way of requesting this mod to be game agnostic