![Better Modlist [NeoForge]](https://cdn.modstock.ru/resources/mods/better-modlist-neoforge/logo.png)
better modlist is a unofficial port of Mod Menu to NeoForge which is compatible with synitra connector and fabric mods who use modmenu.
without better modlist
with
if you're a developer who wants to add info for better modlist just add the following into the neoforge.mods.toml
[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"]