This addon adds various (very customizable) notifications to the HUD of the Meteor Client.
If you need any help, feel free to DM me on Discord
- Clone this repository
- Navigate into the folder in a shell
- Run
./gradlew build
- Copy the
build/libs/meteor-notifications-addon-*.jar
file to yourmods
folder
- Clone this repository
- Import the project in IntelliJ
- Configure IntelliJ to use JDK 17
- Change the
Gradle JVM
option toProject SDK
(Build, Execution, Deployment -> Build Tools -> Gradle
) - Restart IntelliJ after the initial build to load the run configurations
(Faster build times and better hot swap)
- Open the 'Gradle Settings' dialog from the Gradle tab.
- Change the 'Build and run using' and 'Run tests using' fields to 'IntelliJ IDEA'.
- Go to File → Project Structure → Project and set 'Project compiler output' to $PROJECT_DIR$/out.
Source: Fabric Wiki
... are welcome! Feel free to modify the code and submit a pull request or open up a issue.