Auto format code
This commit is contained in:
parent
c0aab7f37a
commit
774fec221e
65 changed files with 100 additions and 125 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue