use of com.teamresourceful.resourcefulbees.compat.jei.ingredients.EntityIngredientHelper in project ResourcefulBees by Resourceful-Bees.
the class JEICompat method registerIngredients.
@Override
public void registerIngredients(IModIngredientRegistration registration) {
List<EntityIngredient> entityIngredients = EntityIngredientFactory.create();
registration.register(ENTITY_INGREDIENT, entityIngredients, new EntityIngredientHelper(), new EntityRenderer());
}
Aggregations