The arc kind works might as well keep it around.

This commit is contained in:
AlgorithmX2
2014-07-17 20:16:53 -05:00
parent 683a5ee765
commit dcb1f84776
4 changed files with 76 additions and 23 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ package appeng.client;
public enum EffectType
{
Energy, Lightning, Vibrant, Crafting, Assembler
Energy, Lightning, Vibrant, Crafting, Assembler, LightningArc
}