Skip to content

Commit

Permalink
Update 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox2Code committed Jun 22, 2023
1 parent 97e90f1 commit 6cbeb97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api 'org.ow2.asm:asm-commons:9.5'
api 'org.semver4j:semver4j:4.3.0'
api 'org.spongepowered:mixin:0.8.5'
api 'com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.7'
api 'com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.8'
api 'org.luaj:luaj-jse:3.0.1'

// Mixin dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GSON_DEPENDENCY, new Dependency("com.google.guava:guava:21.0", MAVEN_CENTRAL, "c
new Dependency("org.apache.commons:commons-lang3:3.3.2", MAVEN_CENTRAL, "org.apache.commons.lang3.tuple.Pair"),
new Dependency("org.luaj:luaj-jse:3.0.1", MAVEN_CENTRAL, "org.luaj.vm2.Globals"),
new Dependency("org.spongepowered:mixin:0.8.5", SPONGE_POWERED, "org.spongepowered.asm.mixin.Mixins"),
new Dependency("com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.7",
new Dependency("com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.8",
JITPACK, "com.llamalad7.mixinextras.MixinExtrasBootstrap"),
};

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8

# FoxLoader properties
foxloader.version=1.2.8
foxloader.version=1.2.9
foxloader.lastReIndevTransformerChanges=1.2.4

# ReIndev properties
reindev.clientUrl=https://cdn.fox2code.com/files/reindev_2.8.1_03.jar
reindev.serverUrl=https://cdn.fox2code.com/files/reindev281-03_server.jar
reindev.clientJar=reindev_2.8.1_03.jar
reindev.serverJar=reindev281-03_server.jar
reindev.version=2.8.1_3
reindev.version.allowFrom=2.8.1_2
reindev.clientUrl=https://cdn.fox2code.com/files/reindev_2.8.1_04.jar
reindev.serverUrl=https://cdn.fox2code.com/files/reindev281-04_server.jar
reindev.clientJar=reindev_2.8.1_04.jar
reindev.serverJar=reindev281-04_server.jar
reindev.version=2.8.1_4
reindev.version.allowFrom=2.8.1_3

#Spark properties
spark.dependency=maven.modrinth:spark:1.10.37-fabric
Expand Down

0 comments on commit 6cbeb97

Please sign in to comment.