mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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,7 +78,9 @@ public class GuiGrinder extends GuiContainer{
|
|||
public void updateScreen(){
|
||||
super.updateScreen();
|
||||
|
||||
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
|
||||
if(this.isDouble){
|
||||
this.buttonAutoSplit.displayString = (this.tileGrinder.isAutoSplit ? TextFormatting.DARK_GREEN : TextFormatting.RED)+"S";
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue