Skip to content

Commit

Permalink
Update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Nov 22, 2023
1 parent 3e9a848 commit d85ec73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:0.87.0+1.20.1"
compileOnly project(":Xplat")

modCompileOnly "mezz.jei:jei-1.20.1-common-api:15.0.0.12"
modCompileOnly "mezz.jei:jei-1.20.1-common-api:15.2.0.27"

modCompileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:10.0.578") { transitive = false }
modCompileOnly("me.shedaniel.cloth:cloth-config-fabric:9.0.94") { transitive = false }
Expand Down
5 changes: 2 additions & 3 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ minecraft {
}

dependencies {
minecraft "net.minecraftforge:forge:${mc_version}-47.1.1"
minecraft "net.minecraftforge:forge:${mc_version}-47.2.0"
implementation project(":Xplat")
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'

compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.0.0.12")
//runtimeOnly(fg.deobf("mezz.jei:jei-1.19.2-forge:11.2.0.247"))
compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.2.0.27")
}

compileJava {
Expand Down
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and
[[dependencies.patchouli]]
modId="forge"
mandatory=true
versionRange="[47.1.1,)"
versionRange="[47.2.0,)"

[[dependencies.patchouli]]
modId="minecraft"
Expand Down
2 changes: 1 addition & 1 deletion Xplat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
compileOnly "mezz.jei:jei-1.19.2-common-api:11.2.0.247"
compileOnly "mezz.jei:jei-1.20.1-common-api:15.2.0.27"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
}
Expand Down

0 comments on commit d85ec73

Please sign in to comment.