16ef731c00
Fixed bug with Assembler Packet Crashing the server.
6 lines
100 B
Java
6 lines
100 B
Java
package appeng.client;
|
|
|
|
public enum EffectType
|
|
{
|
|
Energy, Lightning, Vibrant, Crafting, Assembler
|
|
}
|