Skip to content

Commit

Permalink
Merge pull request #11 from GTNewHorizons/recipe_removal
Browse files Browse the repository at this point in the history
remove recipe registration if NHCore is present
  • Loading branch information
Dream-Master authored Feb 12, 2023
2 parents c529780 + 48bb97c commit 4564f68
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,5 @@ public void init(FMLInitializationEvent event) {
@Mod.EventHandler
public void postInit(FMLPostInitializationEvent event) {
GeneralReference.init();

// ConditionalFluidEffect.init();
// ModItems.conditionalInit();
// ModRecipes.conditionalInit();
}
}
Loading

0 comments on commit 4564f68

Please sign in to comment.