Added missing libraries.

Forge-1.14.4
Szum123321 2020-04-14 17:50:11 +02:00
parent 3d38f7eb9d
commit c1f742e88f
2 changed files with 9 additions and 3 deletions

View File

@ -13,8 +13,8 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
version = '1.1.1-1.14.4' version = '1.1.1-L-1.14.4'
group = 'szum123321.textile_backup' // http://maven.apache.org/guides/mini/guide-naming-conventions.html group = 'szum123321.textile_backup'
archivesBaseName = 'textile_backup[FORGE]' archivesBaseName = 'textile_backup[FORGE]'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
@ -89,6 +89,12 @@ dependencies {
compile "blue.endless:jankson:1.2.0" compile "blue.endless:jankson:1.2.0"
shade "blue.endless:jankson:1.2.0" shade "blue.endless:jankson:1.2.0"
compile "org.apache.commons:commons-compress:1.9"
shade "org.apache.commons:commons-compress:1.9"
compile "org.apache.commons:commons-io:1.3.2"
shade "org.apache.commons:commons-io:1.3.2"
} }
// Example for how to get properties into the manifest for reading by the runtime.. // Example for how to get properties into the manifest for reading by the runtime..

View File

@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/Szum123321/textile_backup/issues" #optional
[[mods]] #mandatory [[mods]] #mandatory
modId="textile_backup" #mandatory modId="textile_backup" #mandatory
version="[Forge]1.1.1-1.14.4" #mandatory version="1.1.1-1.14.4" #mandatory
displayName="Textile Backup" #mandatory displayName="Textile Backup" #mandatory
updateJSONURL="https://github.com/Szum123321/textile_backup/blob/Forge-1.14.4/update.json" #optional updateJSONURL="https://github.com/Szum123321/textile_backup/blob/Forge-1.14.4/update.json" #optional
displayURL="https://www.curseforge.com/minecraft/mc-mods/textile-backup" #optional displayURL="https://www.curseforge.com/minecraft/mc-mods/textile-backup" #optional