Some major tweaks to the part system, broken old cables!
This commit is contained in:
parent
d2b2f34d64
commit
b6807d249d
7 changed files with 31 additions and 84 deletions
|
@ -14,7 +14,8 @@ public class ModParts {
|
|||
public static void init()
|
||||
{
|
||||
for (int i = 0; i < 13; i++) {
|
||||
CablePart part = new CablePart(i);
|
||||
CablePart part = new CablePart();
|
||||
part.setType(i);
|
||||
ModPartRegistry.registerPart(part);
|
||||
}
|
||||
//ModPartRegistry.addProvider("techreborn.partSystem.QLib.QModPartFactory", "qmunitylib");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue