Skip to content

Commit a0ecf1b

Browse files
fix: api version:
1 parent b51aa72 commit a0ecf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
3838

3939
// Fabric API. This is technically optional, but you probably want it anyway.
40-
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
40+
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
4141

4242
}
4343

0 commit comments

Comments
 (0)