mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
build plz
This commit is contained in:
parent
debae8a956
commit
2527425acf
@ -198,6 +198,7 @@ public class RecipeManager {
|
||||
else {
|
||||
item.setAmount(c.getInt("amount", 1));
|
||||
recipe.setIngredient(character, new RecipeChoice.ExactChoice(item));
|
||||
//
|
||||
}
|
||||
} else if(c.contains("material")) {
|
||||
Material material = Material.valueOf(c.getString("material"));
|
||||
|
Loading…
Reference in New Issue
Block a user