Added missing libraries.
parent
3d38f7eb9d
commit
c1f742e88f
10
build.gradle
10
build.gradle
|
@ -13,8 +13,8 @@ apply plugin: 'net.minecraftforge.gradle'
|
|||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
version = '1.1.1-1.14.4'
|
||||
group = 'szum123321.textile_backup' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
version = '1.1.1-L-1.14.4'
|
||||
group = 'szum123321.textile_backup'
|
||||
archivesBaseName = 'textile_backup[FORGE]'
|
||||
|
||||
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"
|
||||
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..
|
||||
|
|
|
@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/Szum123321/textile_backup/issues" #optional
|
|||
|
||||
[[mods]] #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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue