Temporarily removed world.isRemote() check to fix crafter sync issue.
This commit is contained in:
parent
1bddb1747f
commit
0818405215
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ public class RecipeCrafter {
|
|||
* Call this on the tile tick
|
||||
*/
|
||||
public void updateEntity() {
|
||||
if (parentTile.getWorldObj().isRemote) {
|
||||
/*if (parentTile.getWorldObj().isRemote) {
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
if (currentRecipe == null) {
|
||||
for (IBaseRecipeType recipe : RecipeHanderer.getRecipeClassFromName(recipeName)) {
|
||||
boolean isFullRecipe = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue