mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-12 18:01:07 +01:00
11 lines
376 B
Diff
11 lines
376 B
Diff
--- 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;
|