Now sync to the client side tile, not the container.
This commit is contained in:
parent
17ed2d163d
commit
1e656b26e7
9 changed files with 25 additions and 20 deletions
|
@ -117,6 +117,7 @@ public class RecipeCrafter {
|
|||
for (int i = 0; i < recipe.getOutputs().size(); i++) {//This checks to see if it can fit all of the outputs
|
||||
if (!canFitStack(recipe.getOutputs().get(i), outputSlots[i])) {
|
||||
canGiveInvAll = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (canGiveInvAll) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue