#682: Add hasDiscoveredRecipe() and getDiscoveredRecipes()
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
11
paper-server/nms-patches/RecipeBook.patch
Normal file
11
paper-server/nms-patches/RecipeBook.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/server/RecipeBook.java
|
||||
+++ b/net/minecraft/server/RecipeBook.java
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
public class RecipeBook {
|
||||
|
||||
- protected final Set<MinecraftKey> a = Sets.newHashSet();
|
||||
+ public final Set<MinecraftKey> a = Sets.newHashSet(); // PAIL
|
||||
protected final Set<MinecraftKey> b = Sets.newHashSet();
|
||||
protected boolean c;
|
||||
protected boolean d;
|
||||
Reference in New Issue
Block a user