Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Jan 4, 2025
1 parent ed92650 commit 5494b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
loom.platform = neoforge

# Mod properties
mod_version = 0.1.2
mod_version = 0.1.3
maven_group = cn.zbx1425
archives_name = project_me

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void onPlayerInteractEntity(PlayerInteractEvent.EntityInteractSpec
System.currentTimeMillis() - peFirstInteractTime <= 500) {
peTargetUUID = null;
peFirstInteractTime = -1;
Objects.requireNonNull(Minecraft.getInstance().getConnection()).sendCommand("/go " + projection.getName().getString());
Objects.requireNonNull(Minecraft.getInstance().getConnection()).sendCommand("go " + projection.getName().getString());
}
}
}
Expand Down

0 comments on commit 5494b39

Please sign in to comment.