Skip to content

Commit

Permalink
set value to 10k (was 1561k before)
Browse files Browse the repository at this point in the history
so the wand is now 6,4x more durable
  • Loading branch information
Dream-Master committed Dec 24, 2022
1 parent a4ed808 commit 044d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/portablejim/bbw/core/ConfigValues.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ConfigValues {
private Configuration configFile;

public int DIAMOND_WAND_DURABILITY;
public static final int DIAMOND_WAND_DURABILITY_DEFAULT = 1000;
public static final int DIAMOND_WAND_DURABILITY_DEFAULT = 10000;
public static final String DIAMOND_WAND_DURABILITY_NAME = "diamond_wand_durability";
public static final String DIAMOND_WAND_DURABILITY_DESCRIPTION = "Durability of the Diamond Building Wand";
public static final String CONFIG_WHYNOT = "why_not";
Expand Down

0 comments on commit 044d642

Please sign in to comment.