Fixed #101
This commit is contained in:
parent
e0ab0af822
commit
404bbf6797
2 changed files with 21 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue