Fixed crash on servers when starting with latest Forge. Fixes #3223

This commit is contained in:
raoulvdberge
2022-01-25 18:19:54 +01:00
parent bfea6ee9d3
commit ed8a8d33a6
3 changed files with 3 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ processResources {
}
dependencies {
minecraft 'net.minecraftforge:forge:1.18.1-39.0.0'
minecraft 'net.minecraftforge:forge:1.18.1-39.0.59'
compileOnly fg.deobf("mezz.jei:jei-1.18.1:9.1.0.41:api")
runtimeOnly fg.deobf("mezz.jei:jei-1.18.1:9.1.0.41")