Skip to content

Commit

Permalink
chore(patch): Add patch comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 committed Oct 25, 2024
1 parent 8d1bc8c commit f8eaeb5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
--- a/net/minecraft/world/item/crafting/RecipeManager.java
+++ b/net/minecraft/world/item/crafting/RecipeManager.java
@@ -260,6 +_,10 @@
@@ -260,6 +_,11 @@
: Optional.empty();
}

+ // Neo: expose recipe map
+ public RecipeMap recipeMap() {
+ return this.recipes;
+ }
Expand Down

0 comments on commit f8eaeb5

Please sign in to comment.