mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Yeah, great. Now the grinder can actually be opened again..
Closes #205
This commit is contained in:
parent
ba8fde49c2
commit
018e2603d5
1 changed files with 3 additions and 1 deletions
|
@ -78,8 +78,10 @@ public class GuiGrinder extends GuiContainer{
|
||||||
public void updateScreen(){
|
public void updateScreen(){
|
||||||
super.updateScreen();
|
super.updateScreen();
|
||||||
|
|
||||||
|
if(this.isDouble){
|
||||||
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
|
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void drawScreen(int x, int y, float f){
|
public void drawScreen(int x, int y, float f){
|
||||||
|
|
Loading…
Reference in a new issue