Added all cables, needs a lot of testing :P

This commit is contained in:
Modmuss50 2015-04-24 21:22:09 +01:00
parent e2467caede
commit 083c24c901
11 changed files with 396 additions and 28 deletions

View file

@ -8,7 +8,9 @@ public class ModParts {
public static void init()
{
ModPartRegistry.registerPart(new CablePart());
for (int i = 0; i < 14; i++) {
ModPartRegistry.registerPart(new CablePart(i));
}
ModPartRegistry.addProvider(
"techreborn.partSystem.QLib.QModPartFactory", "qmunitylib");
ModPartRegistry.addProvider("techreborn.partSystem.fmp.FMPFactory",