REI integration

This commit is contained in:
Sebastian Hartte
2020-07-13 13:02:11 +02:00
parent 006316603d
commit 62b02d3faf
16 changed files with 908 additions and 728 deletions
@@ -99,4 +99,10 @@ public class InscriberRecipe implements Recipe<Inventory> {
public String getGroup() {
return group;
}
@Override
public boolean isIgnoredInRecipeBook() {
return true;
}
}