Auto format code

This commit is contained in:
modmuss50 2017-06-28 20:54:12 +01:00
parent c0aab7f37a
commit 774fec221e
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
65 changed files with 100 additions and 125 deletions

View file

@ -80,7 +80,7 @@ public class GuiAutoCrafting extends GuiBase {
int mX = mouseX - getGuiLeft();
int mY = mouseY - getGuiTop();
if(recipe != null && !tileAutoCraftingTable.customRecipe){
if (recipe != null && !tileAutoCraftingTable.customRecipe) {
if (builder.isInRect(91, 66, 23, 23, mX, mY)) {
List<String> list = new ArrayList<>();
list.add("Click to clear");
@ -149,7 +149,7 @@ public class GuiAutoCrafting extends GuiBase {
drawString("Inventory", 8, 82, 4210752, layer);
IRecipe recipe = tileAutoCraftingTable.getIRecipe();
if (recipe != null && ! tileAutoCraftingTable.customRecipe) {
if (recipe != null && !tileAutoCraftingTable.customRecipe) {
renderRecipe(recipe, guiLeft + 91, 66 + guiTop);
}
}

View file

@ -15,7 +15,6 @@ public class GuiAutoCraftingRecipeSlector extends GuiRecipeBook {
GuiAutoCrafting guiAutoCrafting;
@Override
public void initVisuals(boolean p_193014_1_, InventoryCrafting p_193014_2_) {
super.initVisuals(p_193014_1_, p_193014_2_);