mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00: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;
|