Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
99dfb24258 |
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op
|
|||
* **1.17.x**
|
||||
* **1.18.x**
|
||||
* **1.19.x**
|
||||
* **1.20**
|
||||
* **1.20.x**
|
||||
|
||||
## Requirements
|
||||
* [Fabric](https://fabricmc.net/)
|
|
@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.20
|
||||
yarn_mappings=1.20+build.1
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.1
|
||||
loader_version=0.14.21
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1.3
|
||||
mod_version = 1.1.4
|
||||
maven_group = com.vladmarica
|
||||
archives_base_name = BetterPingDisplay-Fabric
|
||||
|
||||
# Dependencies
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue