Skip to content

Commit

Permalink
Updated for 1.20 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaelmare committed Jul 6, 2024
1 parent bd45a24 commit d7caa3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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.

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.

0 comments on commit d7caa3e

Please sign in to comment.