Skip to content

Commit

Permalink
Maven repo for fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Feb 7, 2025
1 parent 9ce8049 commit bc46dc1
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ dependencies {
force("net.fabricmc:fabric-loader:${FabricVersion}")
}
}
modImplementation "org.mtr:MTR-fabric:${mtr_version}+${minecraft_version}-server"
modImplementation("org.mtr.mod:mtr-fabric:${mtr_version}+${minecraft_version}") {
exclude(group: "org.mtr")
exclude(group: "com.logisticscraft")
exclude(group: "net.fabricmc")
}
annotationProcessor 'systems.manifold:manifold-preprocessor:+'
// Delibrate: Newer versions just throws an error *when displaying an compiling error*
}
Expand Down
3 changes: 2 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"user111192",
"白云-burgeoning",
"CinderaceOTS",
"Jonas"
"Jonas",
"Jonathan Ho"
],
"contact": {
"homepage": "https://modrinth.com/mod/tianjin-metro",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
minecraft_version=1.20.4

# Mod Properties
mod_version=1.0.0-beta-3
mod_version=1.0.0-beta-3-hotfix-1
maven_group=ziyue.tjmetro
archives_base_name=tjmetro

Expand Down
Loading

0 comments on commit bc46dc1

Please sign in to comment.