mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Add Patchouli and Patchouli Provider
This commit is contained in:
parent
0c8b52a76f
commit
654465b39e
2 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,11 @@ dependencies {
|
||||||
|
|
||||||
runtimeOnly "mezz.jei:jei-${game_version}-neoforge:${jei_version}"
|
runtimeOnly "mezz.jei:jei-${game_version}-neoforge:${jei_version}"
|
||||||
|
|
||||||
|
compileOnly "vazkii.patchouli:Patchouli:${patchouli_version}"
|
||||||
|
runtimeOnly "vazkii.patchouli:Patchouli:${patchouli_version}"
|
||||||
|
compileOnly "xyz.brassgoggledcoders:PatchouliProvider:${patchouli_provider_version}"
|
||||||
|
runtimeOnly "xyz.brassgoggledcoders:PatchouliProvider:${patchouli_provider_version}"
|
||||||
|
|
||||||
runtimeOnly "curse.maven:the-one-probe-245211:5084077"
|
runtimeOnly "curse.maven:the-one-probe-245211:5084077"
|
||||||
runtimeOnly "curse.maven:mekanism-268560:5155329"
|
runtimeOnly "curse.maven:mekanism-268560:5155329"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,3 +15,5 @@ neogradle.subsystems.parchment.mappingsVersion=2024.02.25
|
||||||
|
|
||||||
# Other mods
|
# Other mods
|
||||||
jei_version=17.3.0.49
|
jei_version=17.3.0.49
|
||||||
|
patchouli_version=1.20.4-85-NEOFORGE-SNAPSHOT
|
||||||
|
patchouli_provider_version=1.20.4-1.0.10-Snapshot.6
|
||||||
|
|
Loading…
Reference in a new issue