Trying to fix the sync issue

This commit is contained in:
modmuss50 2015-05-27 12:19:11 +01:00
parent 4fcdf22220
commit 8055546675
7 changed files with 125 additions and 5 deletions

View file

@ -181,7 +181,7 @@ public class RecipeCrafter {
}
public void useAllInputs() {
if (currentRecipe == null) {
if (currentRecipe == null || !parentTile.getWorldObj().isRemote) {
return;
}
for (ItemStack input : currentRecipe.getInputs()) {