From d7caa3e9057d180b970b2184497c75887d11f60a Mon Sep 17 00:00:00 2001 From: Gaelmare <2gaelmare@gmail.com> Date: Sat, 6 Jul 2024 16:49:17 -0600 Subject: [PATCH] Updated for 1.20 alpha --- .github/workflows/main.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0628efb..d41c65d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,6 +79,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/libs/dttfc-1.18.2-${{ steps.version.outputs.result }}.jar + asset_path: ./build/libs/dttfc-1.20.1-${{ steps.version.outputs.result }}.jar asset_name: dttfc-${{ steps.version.outputs.result }}.jar asset_content_type: application/java-archive \ No newline at end of file diff --git a/README.md b/README.md index 6076767..5bc3011 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Dynamic Trees TFC At long last, someone's at least put some code out there! -Compatibility with TFC and Dynamic Trees for 1.18. +Compatibility with TFC and Dynamic Trees for 1.20/1.18/1.12. -See the Dynamic Trees TFC discord forum under #content in the TFC discord for support: https://invite.gg/terrafirmacraft +See the TFC discord #content forum for Dynamic Trees TFC for support: https://invite.gg/terrafirmacraft All code and resources used according to their published licenses. @@ -11,8 +11,8 @@ Translations and textures welcome. ## Status -Released for 1.18, with some features / bugs. See the issues page for more info. PRs are welcome. +Alpha release for 1.20, with some features / bugs. See the issues page for more info. PRs are welcome. ## License -This mod, as with almost every DT addon, is MIT licensed, which gives you free use of it, even in modpacks. This is an addon TFC, which is under EUPL v1.2, a more restrictive but still open source license. Please be cognizant of that license when using and modifying this work. +This mod, as with almost every DT addon, is MIT licensed, which gives you free use of it, even in modpacks. This is an addon to TFC as well, which is under EUPL v1.2, a more restrictive but still open source license. Please be cognizant of that license when using and modifying this work.