Skip to content

Commit

Permalink
Consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
machiecodes committed Aug 9, 2024
1 parent 33f1461 commit 41dfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:${project.property("loader_version")}")

// Meteor
modImplementation("meteordevelopment:meteor-client:${property("meteor_version")}")
modImplementation("meteordevelopment:meteor-client:${project.property("meteor_version")}")
}

tasks {
Expand Down

0 comments on commit 41dfd73

Please sign in to comment.