Skip to content

Commit

Permalink
updated to latest patchouli version
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Mar 30, 2020
1 parent 07de4f9 commit 69b23e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ dependencies {
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.15.2-31.1.30'
//compileOnly fg.deobf("vazkii.patchouli:Patchouli:${patchouli_version}:api")
//runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${patchouli_version}")
//compileOnly fg.deobf("vazkii.patchouli:Patchouli:${mc_version}-${patchouli_version}:api")
//runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${mc_version}-${patchouli_version}")
compile fg.deobf("vazkii.patchouli:Patchouli:${mc_version}-${patchouli_version}")
//compile fg.deobf("vazkii.patchouli:Patchouli:${mc_version}-${patchouli_version}")
//Note: Enable hwyla leads to build errors on github actions, even when just including the runtime version.
//compileOnly fg.deobf("mcp.mobius.waila:Hwyla:${hwyla_version}:api")
//runtimeOnly fg.deobf("mcp.mobius.waila:Hwyla:${hwyla_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mc_version=1.15.2

jei_version=6.0.0.2
hwyla_version=1.10.8-B72_1.15.2
patchouli_version=1.2-29.147
patchouli_version=1.2-29.150

0 comments on commit 69b23e4

Please sign in to comment.