Skip to content

Commit

Permalink
Update NeoForge, Fabric and JEI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jul 18, 2024
1 parent 6e58ff9 commit 553776f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:0.15.11"

modImplementation "net.fabricmc.fabric-api:fabric-api:0.100.4+1.21"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.100.7+1.21"
compileOnly project(":Xplat")

modCompileOnly "mezz.jei:jei-1.21-common-api:19.1.1.19"
Expand Down
6 changes: 3 additions & 3 deletions NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ runs {
}

dependencies {
implementation "net.neoforged:neoforge:21.0.57-beta"
implementation "net.neoforged:neoforge:21.0.106-beta"
implementation project(":Xplat")

compileOnly "mezz.jei:jei-1.21-common-api:19.1.1.19"
testCompileOnly "mezz.jei:jei-1.21-common-api:19.1.1.19"
compileOnly "mezz.jei:jei-1.21-common-api:19.5.0.33"
testCompileOnly "mezz.jei:jei-1.21-common-api:19.5.0.33"
}

tasks.named('test').configure {
Expand Down

0 comments on commit 553776f

Please sign in to comment.