Fix #1854
This commit is contained in:
parent
39861db8b5
commit
5338898ae3
1 changed files with 4 additions and 0 deletions
|
@ -142,4 +142,8 @@ public class MachineRecipeCategory<R extends RebornRecipe> implements RecipeCate
|
||||||
return 60;
|
return 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean checkTags() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue