Now sync to the client side tile, not the container.

This commit is contained in:
modmuss50 2015-05-31 10:45:08 +01:00
parent 17ed2d163d
commit 1e656b26e7
9 changed files with 25 additions and 20 deletions

View file

@ -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) {