minetest / contentdb

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

support filtering mods by supported game(s) #488

Closed programmerjake closed 7 months ago

programmerjake commented 7 months ago

Problem

I would like to be able to look through the mod list without having to manually filter out mods that are incompatible with the game I selected

Solutions

Add a way for the mod list to be filterable by supported game(s)

Alternatives

Do nothing...which makes contentdb very annoying to use when trying to find mods for the game I'm using.

rubenwardy commented 7 months ago

This is the repository for the https://content.minetest.net/ website

On the ContentDB interface, this is already possible by going to the "hub" page of a game. For example: https://content.minetest.net/packages/Warr1024/nodecore/hub/

I suspect you meant to file this on the engine. In which case, this is a duplicate of https://github.com/minetest/minetest/issues/13851

programmerjake commented 7 months ago

On the ContentDB interface, this is already possible by going to the "hub" page of a game. For example: https://content.minetest.net/packages/Warr1024/nodecore/hub/

ah, I never noticed that button until now...