This commit is contained in:
modmuss50 2015-08-09 16:45:17 +01:00
parent e0ab0af822
commit 404bbf6797
2 changed files with 21 additions and 2 deletions

View file

@ -15,7 +15,7 @@ public class ModParts {
public static void init() {
if (Loader.isModLoaded("IC2")) {
for (int i = 0; i < 13; i++) {
for (int i = 0; i < 11; i++) {
CablePart part = new CablePart();
part.setType(i);
ModPartRegistry.registerPart(part);