Started with rework of alloying process and balancing of levels of natural ores.

This commit is contained in:
Robert Sosnitzka
2017-05-11 23:04:36 +02:00
parent b874a41abb
commit 4b256caff9
6 changed files with 51 additions and 134 deletions

View File

@@ -18,7 +18,7 @@ import slimeknights.tconstruct.library.utils.TinkerUtil;
public class TraitCursed extends AbstractTrait {
private static int chance = 60 * 1000;
private static int chance = 20000;
public TraitCursed() {
super(TraitCursed.class.getSimpleName().toLowerCase().substring(5), TextFormatting.RED);