File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
2728tasks {
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ kotlin.code.style=official
22archives_base_name =fabric-example-mod
33maven_group =net.fabricmc
44loom_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
77loader_version =0.11.6
88fabric_kotlin_version =1.6.1+kotlin.1.5.10
9+ fabric_api_version =0.36.1+1.17
910mod_version =1.0.0
You can’t perform that action at this time.
0 commit comments