ModMenu Integration
Now, you've created your config screen, you may want to add it to ModMenu.
Adding ModMenu with Gradle
build.gradle
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
Was this helpful?