Hi all,i know how to register an entity,but i don't know is this the good way:
EntityRegistry.registerGlobalEntityID(EntityMyEntity.class, "Name", ModLoader.getUniqueEntityId());
EntityRegistry.registerModEntity(EntityMyEntity.class, "Name", ModLoader.getUniqueEntityId(), this, 250, 5, true);
So, is it?