Update JEI compat
This commit is contained in:
parent
7dd170e5ad
commit
f35cef51bb
6 changed files with 38 additions and 12 deletions
src/main/java/WayofTime/bloodmagic/compat/jei/altar
|
@ -1,6 +1,6 @@
|
|||
package WayofTime.bloodmagic.compat.jei.altar;
|
||||
|
||||
import mezz.jei.api.recipe.IRecipeCategory;
|
||||
import WayofTime.bloodmagic.api.Constants;
|
||||
import mezz.jei.api.recipe.IRecipeHandler;
|
||||
import mezz.jei.api.recipe.IRecipeWrapper;
|
||||
|
||||
|
@ -16,8 +16,8 @@ public class AltarRecipeHandler implements IRecipeHandler<AltarRecipeJEI> {
|
|||
|
||||
@Nonnull
|
||||
@Override
|
||||
public Class<? extends IRecipeCategory> getRecipeCategoryClass() {
|
||||
return AltarRecipeCategory.class;
|
||||
public String getRecipeCategoryUid() {
|
||||
return Constants.Compat.JEI_CATEGORY_ALTAR;
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue