Fixed some blocks and colors! Put back in integration of materials - something's wrong here

This commit is contained in:
Robert Sosnitzka
2016-05-17 23:40:24 +02:00
parent 6e6a0e983f
commit 0193f9f45f
34 changed files with 39 additions and 33 deletions

View File

@@ -109,7 +109,9 @@ public class ZTiC {
registerTinkerMaterial("InstableDyonite", dyonite, dyoniteFluid, 1, 5, 6, 3, 0.8f, 0, 100, false, true);
for (MaterialIntegration m : integrateList) {
m.integrateRecipes();
}
}
@EventHandler