Skip to content

Commit

Permalink
deps: Update Minecraft Transit Railway libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Jun 20, 2024
1 parent ff1d201 commit 4c356fb
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/fabric.mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"depends": {
"fabric": "*",
"minecraft": "@minecraft@",
"mtr": ">=4.0.0-beta-7 <4.1"
"mtr": ">=4.0.0-beta-8 <4.1"
}
}
2 changes: 1 addition & 1 deletion forge/src/main/mods.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ side = "BOTH"
[[dependencies.russianmetro]]
modId = "mtr"
mandatory = true
versionRange = "[4.0.0-beta-7,4.1)"
versionRange = "[4.0.0-beta-8,4.1)"
ordering = "AFTER"
side = "BOTH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.parallel=true
org.gradle.daemon=false

minecraftVersion=1.20.4
mtrVersion=4.0.0-beta-7
mtrVersion=4.0.0-beta-8
version=4.0.0-2.0.0-beta-1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4c356fb

Please sign in to comment.