Update to 1.17 (#5)

* Initial 1.17 update

Known issue: heads are invisible in tab menu

* Update CustomPlayerListHud.java

Fix invisible player heads, thanks to IMS#7902 on Discord

* Update gradle.properties

Remove reference to local Java install
This commit is contained in:
Ethan Chapman 2021-07-20 01:04:12 -04:00 committed by GitHub
parent 3436a2a396
commit f88a0c8d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 13 deletions

View file

@ -1,10 +1,10 @@
plugins {
id 'fabric-loom' version '0.4-SNAPSHOT'
id 'fabric-loom' version '0.9.9'
id 'maven-publish'
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
archivesBaseName = project.archives_base_name
version = project.mod_version
@ -20,6 +20,7 @@ dependencies {
processResources {
inputs.property "version", project.version
duplicatesStrategy = 'warn'
from(sourceSets.main.resources.srcDirs) {
include "fabric.mod.json"