Mod Menu (1.20.2, 1.19.4) enriches the standard Minecraft menu with an interface displaying a one-dimensional array of modifications.

Mod Menu mod for minecraft logo

Developers:

  • The icon comes from the icon specified in your fabric.mod.json (as per the spec)
  • Clientside-only and API badges are defined as custom objects in your fabric.mod.json as such:
  • “custom”: { “modmenu:api”: true, “modmenu:clientsideOnly”: true }
  • Mod parenting is used to display a mod as a child of another one. This is meant to be used for mods divided into different modules. The following element in a fabric.mod.json will define the mod as a child of the mod ‘flamingo’:
  • “custom”: { “modmenu:parent”: “flamingo” }
  • ModMenuAPI
  • To use the API, implement the ModMenuApi interface on a class and add that as an entry point of type “modmenu” in your fabric.mod.json as such:
  • “entrypoints”: { “modmenu”: [ “com.example.mod.ExampleModMenuApiImpl” ] }
  • Features: Mods can provide a Screen factory to provide a custom config screen to open with the config button. Implement the getConfigScreenFactory method in your API implementation.

Screenshots:

Mod Menu mod for minecraft 03

Mod Menu mod for minecraft 10

Mod Menu mod for minecraft 05

Mod Menu mod for minecraft 06

Mod Menu mod for minecraft 07

Mod Menu mod for minecraft 08

Mod Menu mod for minecraft 09

Requires:

Fabric Modloader

Fabric API

How to install:

How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods

Mod Menu (1.20.2, 1.19.4) Download Links

For Minecraft 1.14.4

Fabric version: Download from Server 1

For Minecraft 1.15.2

Fabric version: Download from Server 1

For Minecraft 1.16.5

Fabric version: Download from Server 1

For Minecraft 1.17.1

Fabric version: Download from Server 1

For Minecraft 1.18.2

Fabric version: Download from Server 1

For Minecraft 1.19.2

Fabric version: Download from Server 1

For Minecraft 1.19.3

Fabric/Quilt version: Download from Server 1

For Minecraft 1.19.4

Fabric/Quilt version: Download from Server 1

For Minecraft 1.20.1

Fabric/Quilt version: Download from Server 1

For Minecraft 1.20.2

Fabric/Quilt version: Download from Server 1

Click to rate this post!
[Total: 22 Average: 3.1]