Skip to content

Commit

Permalink
Merge pull request #698 from Nxer/fix
Browse files Browse the repository at this point in the history
try fix Mega Crafting Center recipe loading issue
  • Loading branch information
Nxer authored Dec 27, 2024
2 parents 8119115 + 5f6de78 commit 6da5ca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

public class ExtremeCraftRecipe extends CustomCraftRecipe {

public static ExtremeCraftingManager originRecipes = ExtremeCraftingManager.getInstance();

public static RecipeMap<TST_RecipeMapBackend> extremeCraftRecipes = RecipeMapBuilder
.of("gtcm.recipe.extremeCraftRecipes", TST_RecipeMapBackend::new)
.maxIO(16, 1, 0, 0)
Expand All @@ -37,6 +35,8 @@ public class ExtremeCraftRecipe extends CustomCraftRecipe {

public static void initECRecipe() {

ExtremeCraftingManager originRecipes = ExtremeCraftingManager.getInstance();

LOG.info(
"start init extreme craft table recipe :" + originRecipes.getRecipeList()
.size());
Expand Down

0 comments on commit 6da5ca0

Please sign in to comment.