Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yor42 committed Dec 19, 2023
1 parent 7c7333e commit 569a873
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ public static ArrayList<IModernCraftingRecipe> getCraftingListForGroup(CraftingG
* @param crafting - IModernCraftingRecipe to register
*/
public static void registerHook(IModernCraftingRecipe crafting) {
//System.out.println("CABRON: " + crafting.getItem().getRegistryName());
//recipeMap.put(crafting.getItem().getRegistryName().toString(), null);
hookMap.put(crafting.getItemStack().getItem(), crafting);

}

public static boolean hasHook(String registryName) {
Expand Down

0 comments on commit 569a873

Please sign in to comment.