added isActive to the crafter
This commit is contained in:
parent
9eb7735c10
commit
74e16510aa
3 changed files with 6 additions and 2 deletions
|
@ -234,4 +234,8 @@ public class RecipeCrafter {
|
|||
|
||||
tag.setTag("Crater", data);
|
||||
}
|
||||
|
||||
public boolean isActive(){
|
||||
return currentRecipe != null && currentTickTime != 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue