Skip to content

Commit

Permalink
update to minecraft 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
CubeSugarCheese committed Jun 24, 2022
1 parent f552d4d commit e2f9529
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions README.md
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.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
java
`kotlin-dsl`
id("architectury-plugin") version "3.4-SNAPSHOT"
id("dev.architectury.loom") version "0.11.0-SNAPSHOT" apply false
id("dev.architectury.loom") version "0.12.0-SNAPSHOT" apply false
}

architectury {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
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

0 comments on commit e2f9529

Please sign in to comment.