mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Fixed validation feedback message for Chimaera Wing recipe cost
Fixes #1703
This commit is contained in:
@ -164,9 +164,6 @@ public final class ChimaeraWing {
|
||||
public static ShapelessRecipe getChimaeraWingRecipe() {
|
||||
Material ingredient = Config.getInstance().getChimaeraItem();
|
||||
int amount = Config.getInstance().getChimaeraRecipeCost();
|
||||
if (amount < 1 || amount > 9) {
|
||||
amount = 9;
|
||||
}
|
||||
|
||||
ShapelessRecipe chimeraWing = new ShapelessRecipe(getChimaeraWing(1));
|
||||
chimeraWing.addIngredient(amount, ingredient);
|
||||
|
Reference in New Issue
Block a user