Skip to content

Commit

Permalink
Disable temporally JEI and now wait for Botarium
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Jun 14, 2024
1 parent 1abc822 commit e3143f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.tonimatas.krystalcraft.compat.jei;


/*
import mezz.jei.api.constants.VanillaTypes;
import mezz.jei.api.gui.builder.IRecipeLayoutBuilder;
import mezz.jei.api.gui.drawable.IDrawable;
Expand Down Expand Up @@ -56,3 +56,4 @@ public void setRecipe(IRecipeLayoutBuilder builder, CrushingRecipe recipe, IFocu
builder.addSlot(RecipeIngredientRole.OUTPUT, 133, 34).addItemStack(recipe.result());
}
}
*/
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.tonimatas.krystalcraft.compat.jei;


/*
import mezz.jei.api.constants.VanillaTypes;
import mezz.jei.api.gui.builder.IRecipeLayoutBuilder;
import mezz.jei.api.gui.drawable.IDrawable;
Expand Down Expand Up @@ -52,3 +52,4 @@ public void setRecipe(IRecipeLayoutBuilder builder, CuttingRecipe recipe, IFocus
builder.addSlot(RecipeIngredientRole.OUTPUT, 80, 60).addItemStack(recipe.result());
}
}
*/
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.tonimatas.krystalcraft.compat.jei;


/*
import mezz.jei.api.IModPlugin;
import mezz.jei.api.JeiPlugin;
import mezz.jei.api.recipe.RecipeType;
Expand Down Expand Up @@ -46,3 +46,4 @@ public void registerRecipes(IRecipeRegistration registration) {
registration.addRecipes(COMBINING, level.getRecipeManager().getAllRecipesFor(ModRecipes.COMBINING.get()).stream().map(RecipeHolder::value).toList());
}
}
*/

0 comments on commit e3143f8

Please sign in to comment.