update max

This commit is contained in:
okx-code
2025-09-21 05:35:36 +01:00
parent fcf897e2ec
commit e6a0127ec4

View File

@@ -16,7 +16,7 @@ import java.util.Map;
public class KitCost {
public static final int MAX_POINTS = 300;
public static final int MAX_POINTS = 200;
public static final Map<Enchantment, Integer> ENCHANTMENT_COST_PER_LEVEL = new HashMap<>();