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:
parent
3436a2a396
commit
f88a0c8d6f
8 changed files with 18 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue