Skip to content

Commit

Permalink
Version 4.0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Jul 27, 2019
1 parent 2d123e2 commit 547af69
Show file tree
Hide file tree
Showing 46 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions 1.09.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}
Expand All @@ -30,7 +30,7 @@ configurations {

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.09.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

Expand All @@ -25,7 +25,7 @@ configurations {
compile.extendsFrom(shade)
}

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.09.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.09.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

Expand All @@ -25,7 +25,7 @@ configurations {
compile.extendsFrom(shade)
}

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.09.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.09.4-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.09.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.09.4/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.10.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.10.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.10.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.10.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.11.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.11.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.11.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.11.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.12.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.12.1-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.5.3-SNAPSHOT";
return "4.0.5.3";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.12.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'pokechu22.test.begradle:begradle:0.2.2-SNAPSHOT:fg2'
classpath 'pokechu22.test.begradle:begradle:0.2.2:fg2'
}
}

apply plugin: 'java'

version = "4.0.5.3-SNAPSHOT"
version = "4.0.5.3"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
Loading

0 comments on commit 547af69

Please sign in to comment.