diff --git a/README.md b/README.md index 17ceaf8..7690ca3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Widgets **Adds customizable in-game widgets to your game.** -![Screenshot of in-game hud](https://github.com/user-attachments/assets/362ffd66-75c2-487c-9d2a-21096ff2d042) +![Screenshot of in-game HUD with many enabled widgets](https://github.com/user-attachments/assets/663eff7e-0aee-47a6-a6a7-d5e02cf976d4) This Minecraft mod adds customizable widgets that you may know from other Minecraft clients. @@ -21,21 +21,23 @@ There are three ways to open the widget settings: 2. Enter the command "/widgetsmod" 3. Open the config menu through [Mod Menu](https://modrinth.com/mod/modmenu) -Once you've opened the settings, you will see something like this: +Once you've opened the settings, you will see the widget overview menu: -![Widget Settings Menu](https://github.com/user-attachments/assets/e3d7b337-fc56-4fa6-8f31-72f438a4a9f3) +![Widget Settings Menu](https://github.com/user-attachments/assets/6f17eb5c-d1aa-41c8-b8ea-d0fa58a4ae14) You can now enable the widgets you want to enable, or click on them to view their additional settings, as you can see here: -![FPS Widget Settings](https://github.com/user-attachments/assets/d5c74510-2eab-4922-ad7b-99272513a591) +![FPS Widget Settings](https://github.com/user-attachments/assets/8f05ceb5-e3ef-4a0b-ab69-809bec49e7ab) -When you're done with configuring which widgets you want to enable and their settings, click the "Edit Layout" button in the bottom right corner. +When you're done with configuring which widgets you want to enable and their settings, click the "Edit Layout" button on the left: -![Edit Layout button](https://github.com/user-attachments/assets/a788b082-ecb6-4a54-ba9c-cf513f128f2e) +![Edit Layout button](https://github.com/user-attachments/assets/51242fc7-95a6-4950-9dcf-ec6ff2da711b) This will take you to a screen where you can freely move around your enabled widgets. -![Edit Layout screen](https://github.com/user-attachments/assets/02f20215-8be1-4997-9a90-8ef7eb3662d9) +![Edit Layout screen](https://github.com/user-attachments/assets/bb32755f-2d1d-4ec6-bfd5-af0b67c7e098) + +Right-clicking on this screen will bring up a useful context menu with additional options, like enabling/disabling widgets or changing their settings. When you're done, just press Escape until you return to the game. diff --git a/gradle.properties b/gradle.properties index b9f5eb0..b487b7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.21.9 yarn_mappings=1.21.9+build.1 loader_version=0.17.2 # Mod Properties -mod_version=1.7.0 +mod_version=2.0.0 maven_group=de.shiewk archives_base_name=Widgets # Dependencies diff --git a/src/main/resources/assets/widgets/icon.png b/src/main/resources/assets/widgets/icon.png index 374c29d..456eda5 100644 Binary files a/src/main/resources/assets/widgets/icon.png and b/src/main/resources/assets/widgets/icon.png differ