test push (crafting amount fix)

This commit is contained in:
ASangarin 2020-09-05 23:34:58 +02:00
parent ebf23b94b1
commit bb0aa41588

View File

@ -39,8 +39,8 @@ public class RecipeManager {
private final Set<CustomRecipe> craftingRecipes = new HashSet<>();
/**
* Recipes which are handled by the vanilla spigot API. All recipes
* registered here are Keyed
* Recipes which are handled by the vanilla spigot API.
* All recipes registered here are Keyed
*/
private final Set<Recipe> loadedRecipes = new HashSet<>();