Auto crafting table fixes and improvements.
This now uses the same logic that the rolling machine uses to balance recipes.1.15 Fixes #1891
This commit is contained in:
parent
e171d0eabc
commit
bd81ca48f6
2 changed files with 120 additions and 83 deletions
|
@ -57,7 +57,7 @@ public class GuiAutoCrafting extends GuiBase<BuiltContainer> {
|
|||
@Override
|
||||
protected void drawForeground(int mouseX, int mouseY) {
|
||||
super.drawForeground(mouseX, mouseY);
|
||||
CraftingRecipe recipe = blockEntityAutoCraftingTable.getIRecipe();
|
||||
CraftingRecipe recipe = blockEntityAutoCraftingTable.getCurrentRecipe();
|
||||
if (recipe != null) {
|
||||
renderItemStack(recipe.getOutput(), 95, 42);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue