Skip to content

Commit 6cbeb97

Browse files
committed
Update 1.2.9
1 parent 97e90f1 commit 6cbeb97

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
api 'org.ow2.asm:asm-commons:9.5'
99
api 'org.semver4j:semver4j:4.3.0'
1010
api 'org.spongepowered:mixin:0.8.5'
11-
api 'com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.7'
11+
api 'com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.8'
1212
api 'org.luaj:luaj-jse:3.0.1'
1313

1414
// Mixin dependencies

common/src/main/java/com/fox2code/foxloader/launcher/DependencyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GSON_DEPENDENCY, new Dependency("com.google.guava:guava:21.0", MAVEN_CENTRAL, "c
3131
new Dependency("org.apache.commons:commons-lang3:3.3.2", MAVEN_CENTRAL, "org.apache.commons.lang3.tuple.Pair"),
3232
new Dependency("org.luaj:luaj-jse:3.0.1", MAVEN_CENTRAL, "org.luaj.vm2.Globals"),
3333
new Dependency("org.spongepowered:mixin:0.8.5", SPONGE_POWERED, "org.spongepowered.asm.mixin.Mixins"),
34-
new Dependency("com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.7",
34+
new Dependency("com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.8",
3535
JITPACK, "com.llamalad7.mixinextras.MixinExtrasBootstrap"),
3636
};
3737

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ org.gradle.parallel=true
33
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
44

55
# FoxLoader properties
6-
foxloader.version=1.2.8
6+
foxloader.version=1.2.9
77
foxloader.lastReIndevTransformerChanges=1.2.4
88

99
# ReIndev properties
10-
reindev.clientUrl=https://cdn.fox2code.com/files/reindev_2.8.1_03.jar
11-
reindev.serverUrl=https://cdn.fox2code.com/files/reindev281-03_server.jar
12-
reindev.clientJar=reindev_2.8.1_03.jar
13-
reindev.serverJar=reindev281-03_server.jar
14-
reindev.version=2.8.1_3
15-
reindev.version.allowFrom=2.8.1_2
10+
reindev.clientUrl=https://cdn.fox2code.com/files/reindev_2.8.1_04.jar
11+
reindev.serverUrl=https://cdn.fox2code.com/files/reindev281-04_server.jar
12+
reindev.clientJar=reindev_2.8.1_04.jar
13+
reindev.serverJar=reindev281-04_server.jar
14+
reindev.version=2.8.1_4
15+
reindev.version.allowFrom=2.8.1_3
1616

1717
#Spark properties
1818
spark.dependency=maven.modrinth:spark:1.10.37-fabric

0 commit comments

Comments
 (0)