Skip to content

Commit

Permalink
Reduced base cost of enchants on the Zorra Altar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Apr 17, 2019
1 parent a7b6d28 commit 3df1829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lykrast/prodigytech/common/util/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private static void initGeneralConfig(Configuration cfg) {
//-----------
//Zorra Altar
//-----------
altarCostMult = cfg.getFloat("altarCostMult", CATEGORY_ALTAR, 1.0F, 0.0F, 10.0F,
altarCostMult = cfg.getFloat("altarCostMult", CATEGORY_ALTAR, 0.6F, 0.0F, 10.0F,
"A multiplier applied to all enchantment costs on the Zorra Altar\n"
+ "For example 1.5 means that everything costs 50% more than the base amount");
altarUnknownMult = cfg.getFloat("altarUnknownMult", CATEGORY_ALTAR, 0.5F, 0.0F, 10.0F,
Expand Down

0 comments on commit 3df1829

Please sign in to comment.