Update to 1.17.1

This commit is contained in:
vladmarica 2021-07-20 22:40:19 -07:00
parent f88a0c8d6f
commit e2ea52babb
3 changed files with 7 additions and 6 deletions

View file

@ -23,6 +23,7 @@ This mod's config file is `betterpingdisplay.json`. It contains the following op
## Supported Minecraft Versions ## Supported Minecraft Versions
* **1.15.x** * **1.15.x**
* **1.16.x** * **1.16.x**
* **1.17.x**
## Requirements ## Requirements
* [Fabric](https://fabricmc.net/) * [Fabric](https://fabricmc.net/)

View file

@ -3,8 +3,8 @@ plugins {
id 'maven-publish' id 'maven-publish'
} }
sourceCompatibility = JavaVersion.VERSION_16 sourceCompatibility = JavaVersion.VERSION_14
targetCompatibility = JavaVersion.VERSION_16 targetCompatibility = JavaVersion.VERSION_14
archivesBaseName = project.archives_base_name archivesBaseName = project.archives_base_name
version = project.mod_version version = project.mod_version

View file

@ -3,9 +3,9 @@ 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.17 minecraft_version=1.17.1
yarn_mappings=1.17+build.13 yarn_mappings=1.17.1+build.23
loader_version=0.11.3 loader_version=0.11.6
# Mod Properties # Mod Properties
mod_version = 1.1.0 mod_version = 1.1.0
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# 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.35.2+1.17 fabric_version=0.37.0+1.17