We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6446d6a commit c8b043cCopy full SHA for c8b043c
build.gradle
@@ -127,6 +127,7 @@ dependencies {
127
128
// blamejared
129
deobfCompile "blusunrize:ImmersiveEngineering:${immersive_engineering_version}"
130
+ deobfCompile "vazkii.patchouli:Patchouli:${patchouli_version}"
131
132
// player
133
deobfCompile "net.sengir.forestry:forestry_${minecraft_version}:${forestry_version}"
gradle.properties
@@ -25,6 +25,8 @@ tcon_version=+
25
26
immersive_engineering_version=+
27
28
+patchouli_version=+
29
+
30
forestry_version=5.8.2.354
31
32
baubles_version=1.5.2
0 commit comments