Skip to content

Commit

Permalink
Fix Test Recipes being registered
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 24, 2024
1 parent d2cc5bc commit 3d472c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nomiceu/nomilabs/event/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static void registerRecipes(RegistryEvent.Register<IRecipe> event) {
if (LabsConfig.content.customContent.enableComplexRecipes && LabsItems.HAND_FRAMING_TOOL != null)
event.getRegistry().register(new HandFramingRecipe(LabsNames.makeLabsName("hand_framing_recipe")));

com.nomiceu.nomilabs.recipe.LabsTestRecipes.initRecipes();
//com.nomiceu.nomilabs.recipe.LabsTestRecipes.initRecipes();
}

@SubscribeEvent
Expand Down

0 comments on commit 3d472c3

Please sign in to comment.