Added all cables, needs a lot of testing :P
This commit is contained in:
parent
e2467caede
commit
083c24c901
11 changed files with 396 additions and 28 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue