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

@@ -14,9 +14,7 @@ import static slimeknights.tconstruct.tools.TinkerTraits.crumbling;
public class MaterialTraits {
// new hardness levels
public static final int DURANITE = 5;
public static final int VALYRIUM = 6;
public static final int VIBRANIUM = 7;
public static final int VIBRANIUM = 5;
// Init of new traits
public static final AbstractTrait instable = new TraitInstable();