Fixed crafting level requirements and xp reward for studded body

This commit is contained in:
Zerken
2023-03-01 08:22:47 +00:00
committed by Ryan
parent adcdf9bd6a
commit bcb2a9386d
@@ -71,7 +71,7 @@ public final class StuddedArmourPlugin extends UseWithHandler {
* @version 1.0 * @version 1.0
*/ */
public enum StuddedArmour { public enum StuddedArmour {
CHAPS(new Item(1095), new Item(1097), 18, 27), BODY(new Item(1129), new Item(1133), 14, 25); CHAPS(new Item(1095), new Item(1097), 18, 27), BODY(new Item(1129), new Item(1133), 41, 40);
/** /**
* Represents the unstudded item. * Represents the unstudded item.