Better config menu text

This commit is contained in:
alexcrea 2024-10-04 16:49:33 +02:00
parent fe754ffe2f
commit da135ca614
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F

View file

@ -42,10 +42,10 @@ public class EnchantMergeLimitConfigGui extends AbstractEnchantConfigGui<IntSett
Arrays.asList( Arrays.asList(
"§7Maximum merge level for for " + prettyKey, "§7Maximum merge level for for " + prettyKey,
"", "",
"For example, if set to 2, lvl1 + lvl1 of will give a lvl2", "§7For example, if set to §e2§7, §alvl1 §7+ §alvl1 §7of will give a §alvl2",
"But lvl2 + lvl2 will not give lv 3.", "§7But §alvl2 §7+ §alvl2 §7will not give a §clv3§7.",
"Will still not merge above max enchantment level even if above", "§7Will still not merge above max enchantment level",
"-1 will set the maximum to enchantment's maximum level" "§e-1 §7(default) will set the merge limit to enchantment's maximum level"
), ),
-1, 255, -1, -1, 255, -1,
1, 5, 10, 50, 100); 1, 5, 10, 50, 100);