Better Ping Display [Fabric]

Better Ping Display [Fabric]

3M Downloads

The 1.20.5 release doesn't work with 1.20.6

Abbanon opened this issue ยท 4 comments

commented
commented

If there are no major changes such as from 1.20.5 to 1.20.6 due to temporary bug fixes,
it may be possible to create a jar just by changing the version.

(Requires jdk 17 and git.)

  1. First, get the latest source code from the repository.
$ git clone https://github.com/vladmarica/better-ping-display-fabric.git
$ cd better-ping-display-fabric
  1. Let's change gradle.properties as below.
    The fabric develop will be helpful.
diff --git a/gradle.properties b/gradle.properties
index b931e88..c5d601a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

 # Fabric Properties
        # check these on https://fabricmc.net/use
-       minecraft_version=1.20.5
-       yarn_mappings=1.20.5+build.1
+       minecraft_version=1.20.6
+       yarn_mappings=1.20.6+build.2
        loader_version=0.15.11

 # Mod Properties
-       mod_version = 1.1.1
+       mod_version = 1.1.2
        maven_group = com.vladmarica
        archives_base_name = BetterPingDisplay-Fabric

 # Dependencies
-       fabric_version=0.97.8+1.20.5
+       fabric_version=0.99.0+1.20.6
  1. build it
$ ./gradlew --no-daemon build
  1. We get from build/libs/BetterPingDisplay-Fabric-<mod_version>.jar.

It's not official, but I'll attached.
BetterPingDisplay-Fabric-1.1.2-not-official.jar.zip

commented

bump

commented

bump