Merge pull request #39 from Toofifty/v1.0.7

V1.0.7
This commit is contained in:
Patrick Watts
2024-09-18 11:45:04 +04:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -24,7 +24,7 @@ dependencies {
}
group = 'com.toofifty'
version = '1.0.6'
version = '1.0.7'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'