Add JEI support for recipes in auto crafting table
This commit is contained in:
parent
e1d1ab8c08
commit
b8ad3175fd
2 changed files with 4 additions and 1 deletions
|
@ -417,6 +417,9 @@ public class TechRebornJeiPlugin implements IModPlugin {
|
|||
new BuiltContainerTransferInfo("industrialsawmill", RecipeCategoryUids.INDUSTRIAL_SAWMILL, 36, 2, 0, 36));
|
||||
recipeTransferRegistry.addRecipeTransferHandler(
|
||||
new BuiltContainerTransferInfo("distillationtower", RecipeCategoryUids.DISTILLATION_TOWER, 36, 2, 0, 36));
|
||||
recipeTransferRegistry.addRecipeTransferHandler(
|
||||
new BuiltContainerTransferInfo("autocraftingtable", VanillaRecipeCategoryUid.CRAFTING, 36, 9, 0, 36));
|
||||
|
||||
|
||||
registry.addAdvancedGuiHandlers(new AdvancedGuiHandler());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue