Better Modlist [NeoForge] - Enhanced Mod List
Better Modlist is an unofficial adaptation of the popular Mod Menu mod for the NeoForge platform. This tool provides full compatibility with Synitra Connector and Fabric mods that utilize Mod Menu functionality.
The standard NeoForge interface appears quite limited:

After installing Better Modlist, you get a modern and informative list:

For Developers
If you're creating mods and want to add additional information for Better Modlist, use the following code in the neoforge.mods.toml file:
[modproperties.modmenu]
badges=["client", "library"] # badges, available: client, library, deprecated
links=["translation.key.example=https://something.com"] # a link, before = translation key, after - URL
contributors=[ # list of contributors
"contributor1",
"contributor2"
]
sources="https://url to sources.sources" # link to mod source code
[modproperties.modmenu_parent] # required only if parent mod is not a real mod
id="example-api" # parent mod identifier
name= "Example API" # parent mod name
description= "Modular example library" # description
icon= "assets/example-api-module-v1/parent_icon.png" # icon
badges= ["library"] # badges