-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f552d4d
commit e2f9529
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# architectury-template-kotlin-dsl | ||
architectury template with kotlin-dsl | ||
|
||
Based on [Architectury-templates(1.18.2-forge-fabric-quilt-mixin)](https://github.com/architectury/architectury-templates/releases) | ||
- branch: | ||
- main: Like official templates, only use kotlin dsl to replace groovy dsl | ||
- with-kotlin: Experimental. Add kotlin support, and some feature samples (like datagen). | ||
|
||
If you find bugs, please open a issues or PR to help me fix bugs. | ||
Official templates: [Architectury-templates](https://github.com/architectury/architectury-templates/releases) | ||
|
||
If you find bugs, please open issues or PR to help me fix bugs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
org.gradle.jvmargs=-Xmx2048M | ||
|
||
minecraft_version=1.18.2 | ||
minecraft_version=1.19 | ||
enabled_platforms=quilt,fabric,forge | ||
|
||
archives_base_name=examplemod | ||
mod_version=1.0.0 | ||
maven_group=net.examplemod | ||
|
||
architectury_version=4.2.50 | ||
architectury_version=5.6.22 | ||
|
||
fabric_loader_version=0.14.0 | ||
fabric_api_version=0.51.1+1.18.2 | ||
fabric_loader_version=0.14.7 | ||
fabric_api_version=0.55.3+1.19 | ||
|
||
forge_version=1.18.2-40.1.0 | ||
forge_version=1.19-41.0.16 | ||
|
||
quilt_loader_version=0.16.0-beta.7 | ||
quilt_fabric_api_version=1.0.0-beta.7+0.51.1-1.18.2 | ||
quilt_loader_version=0.17.0 | ||
quilt_fabric_api_version=2.0.0-alpha.2+0.55.3-1.19 |