mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-24 15:01:44 +01:00
test push (crafting amount fix)
This commit is contained in:
parent
ebf23b94b1
commit
bb0aa41588
@ -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<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user