Trying to fix the sync issue
This commit is contained in:
parent
4fcdf22220
commit
8055546675
7 changed files with 125 additions and 5 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue