Compare commits

...
Sign in to create a new pull request.

1 commit
1.20 ... 1.20.x

Author SHA1 Message Date
Yuuki Chan
99dfb24258 Updated for 1.20.1 2023-06-15 13:05:07 +09:00
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op
* **1.17.x** * **1.17.x**
* **1.18.x** * **1.18.x**
* **1.19.x** * **1.19.x**
* **1.20** * **1.20.x**
## Requirements ## Requirements
* [Fabric](https://fabricmc.net/) * [Fabric](https://fabricmc.net/)

View file

@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.20 minecraft_version=1.20.1
yarn_mappings=1.20+build.1 yarn_mappings=1.20.1+build.1
loader_version=0.14.21 loader_version=0.14.21
# Mod Properties # Mod Properties
mod_version = 1.1.3 mod_version = 1.1.4
maven_group = com.vladmarica maven_group = com.vladmarica
archives_base_name = BetterPingDisplay-Fabric archives_base_name = BetterPingDisplay-Fabric
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.83.0+1.20 fabric_version=0.83.0+1.20.1