From 3b3f6dbc6b4668d94b255ad2153fafd1b5b7bb10 Mon Sep 17 00:00:00 2001 From: SweetRPG CI Date: Sat, 7 Dec 2024 18:05:23 +0000 Subject: [PATCH 01/26] Update 1.18 RELEASE_HASH --- .release-info/1.18/RELEASE_HASH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-info/1.18/RELEASE_HASH b/.release-info/1.18/RELEASE_HASH index b5354c8..79f8141 100644 --- a/.release-info/1.18/RELEASE_HASH +++ b/.release-info/1.18/RELEASE_HASH @@ -1 +1 @@ -d85cfe1a6d309176610966102401196bc5916857 +c0a4cac1f859120b4ec8acd52036adc79ada09ef From 7cfd9950bb22fd587856a5f0a67bfc9451ed57af Mon Sep 17 00:00:00 2001 From: SweetRPG CI Date: Sat, 7 Dec 2024 18:05:23 +0000 Subject: [PATCH 02/26] Reset 1.18 changelog --- CHANGELOG/1.18/0.2.5.md | 4 ++++ CHANGELOG/1.18/current.md | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG/1.18/0.2.5.md diff --git a/CHANGELOG/1.18/0.2.5.md b/CHANGELOG/1.18/0.2.5.md new file mode 100644 index 0000000..33e0c8c --- /dev/null +++ b/CHANGELOG/1.18/0.2.5.md @@ -0,0 +1,4 @@ +# 0.2.5 + +- `[CHG]` Remove shift key from key binding default +- `[FIX]` Fixed the translated text on one of the advancements diff --git a/CHANGELOG/1.18/current.md b/CHANGELOG/1.18/current.md index 920d2e3..e69de29 100644 --- a/CHANGELOG/1.18/current.md +++ b/CHANGELOG/1.18/current.md @@ -1,2 +0,0 @@ -- `[CHG]` Remove shift key from key binding default -- `[FIX]` Fixed the translated text on one of the advancements From a94e7a2f8d908d4bf0a1079c730d3ccb38356bd6 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Mon, 9 Dec 2024 10:02:22 -0800 Subject: [PATCH 03/26] Update README.md Signed-off-by: Paul Schifferer --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4c812a..78417ea 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,10 @@ * Add items to a queue to keep track of what you need * Setup a shopping list so you know what to gather -* Share the shopping list with other players so they can help ## Required Mods -* [JEI](https://www.curseforge.com/minecraft/mc-mods/jei) — version 9.7.2.281 or higher +* [JEI](https://www.curseforge.com/minecraft/mc-mods/jei) ## Where To Get It From 06ab45ffed85ffee44d6e6838026d9fa512678bc Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Mon, 9 Dec 2024 10:03:15 -0800 Subject: [PATCH 04/26] Update README.md Signed-off-by: Paul Schifferer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78417ea..97d5811 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ ## Where To Get It Download it from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/craft-tracker) or [Modrinth](https://modrinth.com/mod/craft-tracker). + +## Translations + +If you would like to help translate Craft Tracker into your language, please open [an issue](https://github.com/actions/setup-java/issues). From 75835af29b7a05b2da63d13a7eeb4a86bec19b45 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Mon, 9 Dec 2024 20:43:13 -0800 Subject: [PATCH 05/26] Make the calculation depth configurable --- .idea/runConfigurations/client.xml | 4 ++-- .idea/runConfigurations/data.xml | 6 +++--- .idea/runConfigurations/server.xml | 4 ++-- .../sweetrpg/crafttracker/common/config/ConfigHandler.java | 3 +++ .../com/sweetrpg/crafttracker/common/lib/Constants.java | 1 + .../crafttracker/common/manager/CraftingQueueManager.java | 3 ++- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.idea/runConfigurations/client.xml b/.idea/runConfigurations/client.xml index 797bc88..e8a1cb8 100644 --- a/.idea/runConfigurations/client.xml +++ b/.idea/runConfigurations/client.xml @@ -2,10 +2,10 @@