mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-14 00:29:09 +01:00
updated deps
This commit is contained in:
parent
922ce06b16
commit
4ea607757a
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -24,7 +24,7 @@ if (System.getenv('BUILD_NUMBER') != null) {
|
|||
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'official', version: '1.19'
|
||||
mappings channel: 'official', version: '1.19.2'
|
||||
|
||||
runs {
|
||||
client {
|
||||
|
@ -102,13 +102,13 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
minecraft 'net.minecraftforge:forge:1.19.2-43.1.1'
|
||||
minecraft 'net.minecraftforge:forge:1.19.2-43.2.0'
|
||||
|
||||
compileOnly fg.deobf("mezz.jei:jei-1.19.2-common-api:11.3.0.260")
|
||||
runtimeOnly fg.deobf("mezz.jei:jei-1.19.2-forge:11.3.0.260")
|
||||
compileOnly fg.deobf("mezz.jei:jei-1.19.2-common-api:11.5.0.297")
|
||||
runtimeOnly fg.deobf("mezz.jei:jei-1.19.2-forge:11.5.0.297")
|
||||
|
||||
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-76:api")
|
||||
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-76")
|
||||
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77:api")
|
||||
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77")
|
||||
|
||||
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.19.2-5.1.1.0")
|
||||
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.19.2-5.1.1.0:api")
|
||||
|
|
Loading…
Reference in a new issue