Better Modlist [(Neo)Forge]

Better Modlist [(Neo)Forge]

1M Downloads

better modlist is a unofficial port of Mod Menu to NeoForge which is compatible with synitra connector and fabric mods who use modmenu. 

needs Forge Config Screen on 1.20.1 for the config to work in game

without better modlist 

with

if you're a modpack developer you can manually add library badge to mods in list of libraries option.

if you're a developer who wants to add info for better modlist just add the following into the neoforge.mods.toml. if your logo isn't square it will probably look bad in the list, to fix it just add the square version of logo next to normal one with "_small" before ".png"

[modproperties.modmenu] 
badges=["client", "library"] # badges, available: client, library, deprecated
links=["translation.key.example=https://something.com"] # a link, before = is the translation key and after is the url
contributors=[ # list of contributors
"contributor1",
"contributor2"
]
sources="https://url to sources.sources" # a link to sources of the mod

[modproperties.modmenu_parent] # other than id is only needed if parent isnt a real mod
id="example-api" #id of a parrent mod
name= "Example API" #name of a parrent mod
description= "Modular example library"
icon= "assets/example-api-module-v1/parent_icon.png"
badges= ["library"]

map of translation keys for links that are in modmenu

"mod_menu.buymeacoffee": "Buy Me a Coffee",
"mod_menu.coindrop": "Coindrop",
"mod_menu.crowdin": "Crowdin",
"mod_menu.curseforge": "CurseForge",
"mod_menu.original": "Original Project",
"mod_menu.discord": "Discord",
"mod_menu.donate": "Donate",
"mod_menu.flattr": "Flattr",
"mod_menu.github_releases": "GitHub Releases",
"mod_menu.github_sponsors": "GitHub Sponsors",
"mod_menu.kofi": "Ko-fi",
"mod_menu.liberapay": "Liberapay",
"mod_menu.mastodon": "Mastodon",
"mod_menu.modrinth": "Modrinth",
"mod_menu.opencollective": "Open Collective",
"mod_menu.patreon": "Patreon",
"mod_menu.paypal": "PayPal",
"mod_menu.reddit": "Reddit",
"mod_menu.twitch": "Twitch",
"mod_menu.twitter": "X (Twitter)",
"mod_menu.wiki": "Wiki",
"mod_menu.youtube": "YouTube",