Skip to content

Commit

Permalink
Rename Labs Test Recipes' Function Name
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 12, 2024
1 parent f75200a commit 523b77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.postInit();
//com.nomiceu.nomilabs.recipe.LabsTestRecipes.initRecipes();
}

@SubscribeEvent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@SuppressWarnings("unused")
public class LabsTestRecipes {
public static void postInit() {
public static void initRecipes() {
assert Blocks.SAPLING != null;
assert Blocks.LOG != null;
LabsRecipeMaps.GREENHOUSE_RECIPES.recipeBuilder().duration(1200).EUt(GTValues.VHA[GTValues.MV])
Expand Down

0 comments on commit 523b77a

Please sign in to comment.