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

This commit is contained in:
2017-09-23 15:22:50 +02:00
parent 076a6d6f87
commit 1c07cfc5ee
6 changed files with 134 additions and 51 deletions

View File

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