Add support for being in the mood to run on dedicated servers ()

This commit is contained in:
Nicholas Ignoffo 2018-02-07 17:02:53 -08:00
parent 80e7b50dde
commit e3cef5ee76

View file

@ -50,7 +50,7 @@ import org.lwjgl.opengl.GL11;
import java.util.*;
@Mod.EventBusSubscriber(modid = BloodMagic.MODID)
@Mod.EventBusSubscriber(modid = BloodMagic.MODID, value = Side.CLIENT)
@SideOnly(Side.CLIENT)
public class ClientHandler {
// Quick toggle for error suppression. Set to false if you wish to hide model errors.