--- a/net/minecraft/server/RecipeBook.java +++ b/net/minecraft/server/RecipeBook.java @@ -6,7 +6,7 @@ public class RecipeBook { - protected final Set a = Sets.newHashSet(); + public final Set a = Sets.newHashSet(); // PAIL protected final Set b = Sets.newHashSet(); protected boolean c; protected boolean d;