info.json

This will register the mod in the mod list:

{
  "entries": [
    [
      "MODID"
    ],
    [
      "MODNAME"
    ]
  ]
}

Here, "MODID" should be replaced with the actual ID of your mod, and "MODNAME" should be replaced with the name of your mod. This JSON structure is commonly used to define mod entries in various mod loaders and game configurations.

Last updated