mt-mods / signs_lib

Other
4 stars 12 forks source link

Remove default from dependencies #5

Closed Zughy closed 2 years ago

Zughy commented 2 years ago

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 :\

wsor4035 commented 2 years ago

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

wsor4035 commented 2 years ago

https://github.com/mt-mods/signs_lib/search?l=Lua&q=default seems simple enough