From 7b08dc024ef54ab2189b98b25bacae361169f440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Mon, 27 May 2024 22:00:34 +0200 Subject: [PATCH 01/14] Update crowdin.yml --- crowdin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 0280a80..7e24c44 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,9 +1,7 @@ "project_id_env": "CROWDIN_PROJECT_ID" "api_token_env": "CROWDIN_PERSONAL_TOKEN" "base_path": "." - "preserve_hierarchy": true - "files": [ { "source": "src/main/resources/assets/squaredadditions/lang/en_us.json", From 9334d9725a34962cb6918dbf79fbae1cc2ace8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Tue, 28 May 2024 17:20:31 +0200 Subject: [PATCH 02/14] Update build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wojciech Zięciak --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 16dd82c..35a13bb 100644 --- a/build.gradle +++ b/build.gradle @@ -51,18 +51,11 @@ fabricApi { } dependencies { - // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - - // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - - // Uncomment the following line to enable the deprecated Fabric API modules. - // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time. - // modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}" include modApi("com.github.Virtuoel:Statement:${project.statement_version}", { exclude group: "net.fabricmc.fabric-api" }) From bf24819cef2b87814be1934c0770aa648503e00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Wed, 29 May 2024 00:52:17 +0200 Subject: [PATCH 03/14] Update build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wojciech Zięciak --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 35a13bb..9cac8ee 100644 --- a/build.gradle +++ b/build.gradle @@ -21,15 +21,12 @@ repositories { maven { url "https://jitpack.io" } - maven { url "https://maven.terraformersmc.com/releases/" } - maven { url = uri("https://ueaj.dev/maven") } - maven { url = "https://api.modrinth.com/maven" } From f70e214c1c3fa7a8af50a880243e7a995164b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Wed, 29 May 2024 20:53:35 +0200 Subject: [PATCH 04/14] Update README.MD --- README.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/README.MD b/README.MD index 583d5f7..b278d96 100644 --- a/README.MD +++ b/README.MD @@ -120,7 +120,6 @@ You may also suggest changes by forking this repo and creating a pull request or

(back to top)

- ### Built With * [![IntelliJIdea][IntelliJIdea]][IntelliJIdea-url] From 946e93b766f4412d801979d3a62c6dc4a8b6ac9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Thu, 30 May 2024 20:14:11 +0200 Subject: [PATCH 05/14] Update build.gradle --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9cac8ee..d001c8d 100644 --- a/build.gradle +++ b/build.gradle @@ -52,17 +52,14 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - include modApi("com.github.Virtuoel:Statement:${project.statement_version}", { exclude group: "net.fabricmc.fabric-api" }) include modApi("net.devtech:arrp:${project.arrp_version}") - modImplementation ("com.terraformersmc:modmenu:${project.modmenu_version}") { exclude module: "fabric-api" } - modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}" } From 265d70143448401de2f8c2298b3a9e9243dee592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Fri, 31 May 2024 09:03:54 +0200 Subject: [PATCH 06/14] Update README.MD --- README.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/README.MD b/README.MD index b278d96..ec03f93 100644 --- a/README.MD +++ b/README.MD @@ -130,7 +130,6 @@ You may also suggest changes by forking this repo and creating a pull request or

(back to top)

- ## Getting Started From 941d79aafffa40ece2c078f5d6e7d305fda62445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Sat, 1 Jun 2024 08:34:10 +0200 Subject: [PATCH 07/14] Update localization.yml --- .github/workflows/localization.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/localization.yml b/.github/workflows/localization.yml index 36f2c69..1b206a9 100644 --- a/.github/workflows/localization.yml +++ b/.github/workflows/localization.yml @@ -5,19 +5,6 @@ name: Sync Crowdin Translations # Controls when the action will run. on: workflow_dispatch - # Only run when started manually - - #: - # inputs: - # uploadTranslations: - # description: "Set to true to upload (changed) translations to Crowdin" - # type: boolean - # required: true - # default: false - - #schedule: - #- cron: '0 */6 * * *' # Every 6 hours - https://crontab.guru/#0_*/6_*_*_* - jobs: synchronize-with-crowdin: runs-on: ubuntu-latest From f310260bd136125028ea0583a4c1596fb479ef35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Sun, 2 Jun 2024 10:00:36 +0200 Subject: [PATCH 08/14] Update localization.yml --- .github/workflows/localization.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/localization.yml b/.github/workflows/localization.yml index 1b206a9..17ea569 100644 --- a/.github/workflows/localization.yml +++ b/.github/workflows/localization.yml @@ -3,7 +3,6 @@ name: Sync Crowdin Translations -# Controls when the action will run. on: workflow_dispatch jobs: synchronize-with-crowdin: From 767047abb7909a259dbff67283e05ac10f69c959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Mon, 3 Jun 2024 17:16:11 +0200 Subject: [PATCH 09/14] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d001c8d..4099521 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'fabric-loom' version "1.6.+" - id 'maven-publish' // maven publishing + id 'maven-publish' } String runNumber = System.getenv("GITHUB_RUN_NUMBER") From 9b77d5e84840459147386a97b6cb847e8b0f4122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Tue, 4 Jun 2024 01:56:30 +0200 Subject: [PATCH 10/14] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d6b122e..121f08f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ ], "depends": { "fabricloader": ">=0.15.11", - "minecraft": "~1.20.1", + "minecraft": "~1.20.4", "java": ">=17", "fabric-api": "*" } From 92986f74ca8c2e1591c0f684c68b6964802f05f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Wed, 5 Jun 2024 07:26:06 +0200 Subject: [PATCH 11/14] Update build.gradle --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 4099521..d24816b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,9 +4,9 @@ plugins { } String runNumber = System.getenv("GITHUB_RUN_NUMBER") -String build = runNumber != null ? "build.$runNumber" : "local" -version = "$mod_version-$build+mc$minecraft_version" -group = project.maven_group +String build = runNumber != null ? "build.$runNumber" : "local" +version = "$mod_version-$build+mc$minecraft_version" +group = project.maven_group base { archivesName = project.archives_base_name From 13f277e441dacda2c090d36fb15df3c5dd2457d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Wed, 5 Jun 2024 23:17:27 +0200 Subject: [PATCH 12/14] Update README.MD --- README.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/README.MD b/README.MD index ec03f93..c94da22 100644 --- a/README.MD +++ b/README.MD @@ -119,7 +119,6 @@ You may also suggest changes by forking this repo and creating a pull request or

(back to top)

- ### Built With * [![IntelliJIdea][IntelliJIdea]][IntelliJIdea-url] From 7b03f00e90006f986575cfe5b1a3720cc21bb45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Thu, 6 Jun 2024 23:00:27 +0200 Subject: [PATCH 13/14] Update README.MD --- README.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/README.MD b/README.MD index c94da22..04c7a3d 100644 --- a/README.MD +++ b/README.MD @@ -278,7 +278,6 @@ Project Link: [https://github.com/xYundy/SquaredAdditions](https://github.com/xY

(back to top)

- ## Acknowledgments * [Modding by Kaupenjoe](https://www.youtube.com/@ModdingByKaupenjoe) From 355ef90a6b02ea43c65141f04a7fba75f495d687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Fri, 7 Jun 2024 23:29:51 +0200 Subject: [PATCH 14/14] Update README.MD --- README.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/README.MD b/README.MD index 04c7a3d..65be268 100644 --- a/README.MD +++ b/README.MD @@ -23,7 +23,6 @@

-