This commit is contained in:
modmuss50 2019-10-28 16:04:29 +00:00
parent 39861db8b5
commit 5338898ae3

View file

@ -142,4 +142,8 @@ public class MachineRecipeCategory<R extends RebornRecipe> implements RecipeCate
return 60; return 60;
} }
@Override
public boolean checkTags() {
return true;
}
} }