ModMenu Integration
Now, you've created your config screen, you may want to add it to ModMenu.
Adding ModMenu with Gradle
build.gradle
Replace ABC with the version of ModMenu desired, the versions of ModMenu can be found at Linkie Web.
Creating the ModMenu entrypoint
Create a class that is implementing ModMenuApi
ExampleModMenuIntegration.class
Override the config screen method to provide our screen.
ExampleModMenuIntegration.class
Add your entrypoint to fabric.mod.json
.
fabric.mod.json
Last updated