minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
95 stars 46 forks source link

Add a "more" button in the "Used by" section of mods used by more than 6 other mods #391

Open Zughy opened 1 year ago

Zughy commented 1 year ago

Problem

If I open arena_lib's page, it states that 6 modes depend from it. Yet, there are actually more, such as Colour Jump

Solutions

Add a "more" button to list all the mods using a certain mod

Alternatives

List them all directly in the mod page?

rubenwardy commented 1 year ago

"Used by" is a summary of all the mod names contained in a package. I haven't built a way to search for this currently

But you can see the dependencies of each mod name in a package individually. Here's all the mods that depend on the mod name arena_lib: https://content.minetest.net/modnames/arena_lib/

A quick solution for now would be to add a "more" button link to this when the package only contains one modname