Skip to content

Commit 4aaea32

Browse files
committed
1.17.1
1 parent 8b8d423 commit 4aaea32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
modImplementation("net.fabricmc:fabric-loader:${property("loader_version")}")
2323

2424
modImplementation("net.fabricmc:fabric-language-kotlin:${property("fabric_kotlin_version")}")
25+
modImplementation("net.fabricmc.fabric-api:fabric-api:${property("fabric_api_version")}")
2526
}
2627

2728
tasks {

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ kotlin.code.style=official
22
archives_base_name=fabric-example-mod
33
maven_group=net.fabricmc
44
loom_version=0.8-SNAPSHOT
5-
minecraft_version=1.17
6-
yarn_mappings=1.17+build.13
5+
minecraft_version=1.17.1
6+
yarn_mappings=1.17.1+build.1
77
loader_version=0.11.6
88
fabric_kotlin_version=1.6.1+kotlin.1.5.10
9+
fabric_api_version=0.36.1+1.17
910
mod_version=1.0.0

0 commit comments

Comments
 (0)