Fix a bug with the auto crafting table
This commit is contained in:
parent
75e9621f9e
commit
0ca18ade97
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ public class TileAutoCraftingTable extends TilePowerAcceptor
|
|||
}
|
||||
|
||||
public ItemStack findMatchingRecipeOutput(InventoryCrafting crafting){
|
||||
return findMatchingRecipe(crafting).getRecipeOutput();
|
||||
return findMatchingRecipe(crafting).getRecipeOutput().copy();
|
||||
}
|
||||
|
||||
// TilePowerAcceptor
|
||||
|
|
Loading…
Add table
Reference in a new issue