File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/cn/zbx1425/projectme/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
3
3
loom.platform = neoforge
4
4
5
5
# Mod properties
6
- mod_version = 0.1.2
6
+ mod_version = 0.1.3
7
7
maven_group = cn.zbx1425
8
8
archives_name = project_me
9
9
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public static void onPlayerInteractEntity(PlayerInteractEvent.EntityInteractSpec
48
48
System .currentTimeMillis () - peFirstInteractTime <= 500 ) {
49
49
peTargetUUID = null ;
50
50
peFirstInteractTime = -1 ;
51
- Objects .requireNonNull (Minecraft .getInstance ().getConnection ()).sendCommand ("/ go " + projection .getName ().getString ());
51
+ Objects .requireNonNull (Minecraft .getInstance ().getConnection ()).sendCommand ("go " + projection .getName ().getString ());
52
52
}
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments