This commit is contained in:
AlgorithmX2
2014-06-04 00:07:57 -05:00
6 changed files with 55 additions and 33 deletions
+2
View File
@@ -43,6 +43,8 @@ import appeng.parts.reporting.PartTerminal;
public enum PartType
{
InvalidType(-1, AEFeature.Core, null),
CableGlass(0, AEFeature.Core, PartCableGlass.class),
CableCovered(20, AEFeature.Core, PartCableCovered.class),