diff --git a/README.md b/README.md index cdb4c92..0d7e34b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The "Easy Giants' Foundry" plugin is designed to optimize your performance in th - Shows the **number of actions required** to complete the next stage. - Indicates the **number of actions** before gaining or losing too much heat. - Tracks **heat and progress** as percentages. + - Tracks **Bonus Actions**: 6+ section swords get 3 bonuses, others get 2. # Pictures Best Mould | Crucible Alloy Quality @@ -60,5 +61,8 @@ Bonus Click Notification | Information Panel * Added tools action/heat status overlay * Added lava/waterfall action prediction and overlay * Added border highlighting - +- [geeckon](https://github.com/geeckon "geeckon's github") + * Added bonus action tracking +- [TalSk](https://github.com/TalSk "TalSk's github") + * Integrated Smith's outfit effect diff --git a/build.gradle b/build.gradle index 06d6d9b..1870305 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { } group = 'com.toofifty' -version = '1.0.6' +version = '1.0.7' tasks.withType(JavaCompile) { options.encoding = 'UTF-8'