forked from TAIGA/TAIGA
Revert "Started with rework of alloying process and balancing of levels of natural ores."
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.Optional;
|
||||
|
||||
public class TraitCursed extends AbstractTrait {
|
||||
|
||||
private static int chance = 20000;
|
||||
private static int chance = 60 * 1000;
|
||||
|
||||
public TraitCursed() {
|
||||
super(TraitCursed.class.getSimpleName().toLowerCase().substring(5), TextFormatting.RED);
|
||||
|
||||
Reference in New Issue
Block a user