Skip to content

Commit 11053c6

Browse files
committed
Could you not?
1 parent 6446d6a commit 11053c6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ dependencies {
127127

128128
// blamejared
129129
deobfCompile "blusunrize:ImmersiveEngineering:${immersive_engineering_version}"
130+
deobfCompile "vazkii.patchouli:Patchouli:${patchouli_version}"
130131

131132
// player
132133
deobfCompile "net.sengir.forestry:forestry_${minecraft_version}:${forestry_version}"

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ tcon_version=+
2525

2626
immersive_engineering_version=+
2727

28+
patchouli_version=+
29+
2830
forestry_version=5.8.2.354
2931

3032
baubles_version=1.5.2

src/main/java/twilightforest/compat/patchouli/GalleryComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void build(int x, int y, int pageNum) {
3636
}
3737

3838
@Override
39-
public void render(float partialTicks) {
39+
public void render(float v, int mouseX, int mouseY) {
4040
int x = this.x + 5, y = this.y;
4141
int row, column;
4242
int listSize = stacks.size();

0 commit comments

Comments
 (0)