Added config for ore generation

This commit is contained in:
ConnorRowe
2016-07-18 21:18:48 +01:00
parent d4ff6dd9b8
commit 2a54574d2d
3 changed files with 110 additions and 22 deletions

View File

@@ -46,6 +46,7 @@ public class TAIGA {
Blocks.register();
Fluids.registerfromItem();
Alloys.register();
ConfigHandler.init(e.getSuggestedConfigurationFile());
// ARCANE ORES
registerTinkerMaterial("Tiberium", tiberium, tiberiumFluid, 223, 6.2f, 8.35f, 0.63f, 50, 50, OBSIDIAN, false, true);