Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Dec 13, 2023
1 parent dc7c733 commit 6853433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
loader_version=0.14.22
loader_version=0.14.25

# Mod Properties
mod_version = 1.1.0
mod_version = 1.2.0
maven_group = mtrtm
archives_base_name = transit-manager

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
manifold_version=2023.1.8
mtr_version=latest
1 change: 0 additions & 1 deletion src/main/java/com/lx862/mtrtm/commands/train.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ private static int jump(CommandContext<CommandSourceStack> context, boolean next
}

if(!next && dist < currentRailProgress) {

if((trainData.train.getSpeed() == 0) || isPlatform || (trainData.train.getSpeed() > 0 && justOneMorePath) /* 1 more path if train is running */) {
targetDistance = dist;
pathIndex = pIndex;
Expand Down

0 comments on commit 6853433

Please sign in to comment.